Click or drag to resize
FileCabinetExtensionsBaseUploadDocumentAsync Method (FileCabinet, Document, IFileUploadInfo)
Uploads the document asynchronously.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static Task<DeserializedHttpResponse<Document>> UploadDocumentAsync(
	FileCabinet fileCabinet,
	Document document,
	IFileUploadInfo[] file
)

Parameters

fileCabinet
Type: DocuWare.Platform.ServerClientFileCabinet
The file cabinet.
document
Type: DocuWare.Platform.ServerClientDocument
The document.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file.

Return Value

Type: TaskDeserializedHttpResponseDocument
A task which uploads the document and returns the uploaded document's metadata.
See Also