FolderSync

FolderSync()

The FolderSync synchronizes the collection hierarchy but does not synchronize the items in the collections themselves.

public FolderSyncResult FolderSync()

Return Value

Returns changes to the folder hierarchy.

See Also


FolderSync(bool)

The FolderSync synchronizes the collection hierarchy but does not synchronize the items in the collections themselves.

public FolderSyncResult FolderSync(bool resetSyncKey)
Parameter Type Description
resetSyncKey Boolean Indicates if SyncKey for operations with folders has to be reseted or not.

Return Value

Returns changes to the folder hierarchy.

See Also