Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the caching mode used in methods such as IOfflineFilesCache::IsPathCacheable and IOfflineFilesShareInfo::GetShareCachingMode.
Syntax
typedef enum tagOFFLINEFILES_CACHING_MODE {
OFFLINEFILES_CACHING_MODE_NONE = 0,
OFFLINEFILES_CACHING_MODE_NOCACHING,
OFFLINEFILES_CACHING_MODE_MANUAL,
OFFLINEFILES_CACHING_MODE_AUTO_DOC,
OFFLINEFILES_CACHING_MODE_AUTO_PROGANDDOC
} OFFLINEFILES_CACHING_MODE;
Constants
OFFLINEFILES_CACHING_MODE_NONE Value: 0 No caching mode value was found. |
OFFLINEFILES_CACHING_MODE_NOCACHING The share or shared folder is configured to disallow caching. |
OFFLINEFILES_CACHING_MODE_MANUAL The share or shared folder is configured to allow manual caching. |
OFFLINEFILES_CACHING_MODE_AUTO_DOC The share or shared folder is configured to allow automatic caching of documents. |
OFFLINEFILES_CACHING_MODE_AUTO_PROGANDDOC The share or shared folder is configured to allow automatic caching of programs and documents. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | cscobj.h |
See also
IOfflineFilesCache::IsPathCacheable