FolderSync

IActiveSyncTLClient.FolderSync method (1 of 2)

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


IActiveSyncTLClient.FolderSync method (2 of 2)

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