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:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual IList<string> SynchronizationStateEndPointSynchronizerIdentifiers { get; }
Property Value
Type:
IListString
A list of endpoint synchronizer identifiers.
See Also