Click or drag to resize
FileCabinetExtensionsBaseUploadDocumentAsync Method (FileCabinet, IFileUploadInfo)
Uploads the specified 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,
	IFileUploadInfo[] file
)

Parameters

fileCabinet
Type: DocuWare.Platform.ServerClientFileCabinet
The file cabinet.
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