Class SyncState
SyncState class
Synchronization object for folder synchronization operation.
Constructors
| Name | Description |
|---|
| SyncState() | Initializes a new instance of the SyncState class |
| SyncState(string) | Initializes a new instance of the SyncState class |
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