Click or drag to resize

SyncServiceIsSyncIdSupported Property

IT Hit User File System
Indicates if Sync ID synchronization is supported and sync token initialized succesefully.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26791.0-Beta2
Syntax
public bool IsSyncIdSupported { get; }

Property Value

Type: Boolean
Remarks

You can read this property after Engine start to find if Sync ID synchronization algorithm can be used.

This property returns true if root folder implements ISynchronizationCollection interface AND sync token initialized succesefully after the initial GetChangesAsync(String, Boolean, NullableInt64, CancellationToken) call during Engine start.

See Also