SyncState
SyncState class
Synchronization object for folder synchronization operation.
Constructors
Properties
Name |
Description |
FoldersSyncState { get; set; } |
Synchronization state for next subfolders synchronization operation. |
FolderUri { get; set; } |
The folder uri to synchronize |
IgnoredItems { get; } |
The optional list of item uris that should be ignored. |
ItemsSyncState { get; set; } |
Synchronization state for next items synchronization operation. |
SyncType { get; set; } |
Folder synchronization type |
See Also