Click or drag to resize
EasyFileUploadExtensionsBaseEasyReplaceFile 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 EasyReplaceFile(
	Section section,
	IFileUploadInfo file
)

Parameters

section
Type: DocuWare.Platform.ServerClientSection
The section to modify.
file
Type: DocuWare.Services.Http.ClientIFileUploadInfo
The file marking the new content of the section.

Return Value

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