Click or drag to resize
FileCabinetExtensionsBaseAddDocumentSections Method
Appends one or more new sections to the specified document.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
public static Document AddDocumentSections(
	Document document,
	IFileUploadInfo[] file
)

Parameters

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

Return Value

Type: Document
The modified document.
See Also