SyncFolder

SyncFolder (1 of 5)

Retrieves changes of the items in a specified folder.

Returns: Returns result of SyncFolder operation.

SyncFolder(System::SharedPtr < SyncState > syncState)
ParameterDescription
syncStateThe synchronization state.

SyncFolder (2 of 5)

Retrieves changes of the items and subfolders in a specified folder.

Returns: Returns result of SyncFolder operation.

SyncFolder(System::String folderUri)
ParameterDescription
folderUriThe folder uri

SyncFolder (3 of 5)

Retrieves changes of the items and subfolders in a specified folder.

Returns: Returns result of SyncFolder operation.

SyncFolder(System::String folderUri, SyncFolderType syncType)
ParameterDescription
folderUriThe folder uri
syncTypeFolder synchronization type

SyncFolder (4 of 5)

Retrieves changes of the items in a specified folder.

Returns: Returns result of SyncFolder operation.

SyncFolder(System::String folderUri, System::String syncState)
ParameterDescription
folderUriThe folder uri
syncStateThe optional synchronization state. Must be null for first synchronization.

SyncFolder (5 of 5)

Retrieves changes of the items in a specified folder.

Returns: Returns result of SyncFolder operation.

SyncFolder(System::String folderUri, System::String syncState, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> ignoreList)
ParameterDescription
folderUriThe folder uri
syncStateThe optional synchronization state. Must be null for first synchronization.
ignoreListThe optional list of item uris that should be ignored.