Click or drag to resize

OnDemandPopulationPolicy Enumeration

Allows a sync provider to control how a placeholder file or directory.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum OnDemandPopulationPolicy
Members
  Member nameValueDescription
Partial0 If the placefolder files or directories are not fully populated, the platform will request that the sync provider populate only the entries required by the user application. This policy is not currently supported by the platform.
Full2 If the placeholder files or directories are not fully populated, the platform will request that the sync provider populate them before completing a user request. This policy is not currently supported by ShellBoost.
AlwaysFull3 The platform will assume that placeholder files and directories are always available locally.
See Also