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

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(
	DialogInfo dialog,
	Document document,
	IFileUploadInfo[] file
)

Parameters

dialog
Type: DocuWare.Platform.ServerClientDialogInfo
The store dialog which is used to fill index data.
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