Click or drag to resize
FileCabinetExtensionsBaseUploadSectionAsync Method
Appends one section to 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<Section>> UploadSectionAsync(
	Document document,
	IFileUploadInfo file
)

Parameters

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

Return Value

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