Click or drag to resize
EasyFileUploadExtensions Class
Some extensions for simple file uploads.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientEasyFileUploadExtensions

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[EagleAttribute]
public static class EasyFileUploadExtensions

The EasyFileUploadExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEasyReplaceFile
Uploads the specified file as new section to the specified document.
Public methodStatic memberEasyUploadFile
Uploads the specified file as new section to the specified document.
Public methodStatic memberEasyUploadSingleDocument(FileCabinet, FileInfo, Document)
Uploads the specified file as new document to a basket.
Public methodStatic memberEasyUploadSingleDocument(FileCabinet, FileInfo, DocumentIndexField)
Uploads the specified file as new document to a basket or to a file cabinet.
Top
See Also