Click or drag to resize

OnDemandLocalFileSystemOptionsSynchronizationStateEndPointSynchronizerIdentifiers Property

Gets a list of endpoint synchronizers that give synchronization state for files and folders. Endpoint synchronizers listed here will be asked to determine if a file or folder is considered synchronized or not. You can add the "*" special identifier to indicate all endpoint synchronizers will be asked for that information. If this list is empty, a file or folder present on the local disk will always be considered synchronized.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IList<string> SynchronizationStateEndPointSynchronizerIdentifiers { get; }

Property Value

Type: IListString
A list of endpoint synchronizer identifiers.
See Also