Click or drag to resize

OnDemandLocalFileSystemRegistrationPopulationPolicy Property

Gets or sets the population policy. ShellBoost currently only supports the AlwaysFull policy.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual OnDemandPopulationPolicy PopulationPolicy { get; set; }

Property Value

Type: OnDemandPopulationPolicy
The population policy.
See Also