OnDemandPopulationPolicy Enumeration |
Allows a sync provider to control how a placeholder file or directory.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum OnDemandPopulationPolicy
Members
| Member name | Value | Description |
---|
| Partial | 0 |
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.
|
| Full | 2 |
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.
|
| AlwaysFull | 3 |
The platform will assume that placeholder files and directories are always available locally.
|
See Also