Click or drag to resize
FileCabinetExtensionsBaseSynchronizeAsync Method
Synchronizes a document with external version.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static Task<DeserializedHttpResponse<ImportResult>> SynchronizeAsync(
	FileCabinet fileCabinet,
	SynchronizationSettings settings,
	IFileUploadInfo file
)

Parameters

fileCabinet
Type: DocuWare.Platform.ServerClientFileCabinet
The file cabinet which contains the document that will be synchronized.
settings
Type: DocuWare.Platform.ServerClientSynchronizationSettings
The settings of the synchronization.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file which represnets the archive.

Return Value

Type: TaskDeserializedHttpResponseImportResult
Returns an import result information from the synchronization.
See Also