Click or drag to resize
FileCabinetExtensionsBaseAddDocumentSectionsAsync Method
Appends one or more new sections 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<Document>> AddDocumentSectionsAsync(
	Document document,
	IFileUploadInfo[] file
)

Parameters

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