Click or drag to resize
EasyFileUploadExtensionsBaseEasyUploadFile Method
Uploads the specified file as new section to the specified document.

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

Parameters

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

Return Value

Type: Section
The metadata of the added section.
See Also