Class SyncState

SyncState class

Synchronization object for folder synchronization operation.

public class SyncState

Constructors

NameDescription
SyncState()Initializes a new instance of the SyncState class
SyncState(string)Initializes a new instance of the SyncState class

Properties

NameDescription
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