Table of Contents

Enum ShareCacheSetting

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the caching setting that is configured for a shared folder.

public enum ShareCacheSetting

Fields

AllAvailable = 3

All files and programs the users opens are automatically available offline.

AllAvailableOptimized = 4

Executable files (EXE, DLL) that are run from the shared folder by a client computer are automatically cached on that client computer.

NoneAvailable = 2

No files or programs from the shared folder are available offline.

NotApplicable = 5

The cache setting is not applicable on this share type.

Unknown = 6

The caching setting for this computer are unknown.

UserSpecified = 0

Only files and folders that users specify are available offline.

UserSpecifiedBranchCache = 1

Only files and folders that the user specifies are available offline. Computers in a branch office can cache files downloaded from this shared folder and then securely serve the files to other computers in the branch office.