Click or drag to resize
FileCabinetExtensions Class
Extensions for the file cabinet.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientFileCabinetExtensions

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

The FileCabinetExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddDocumentSections
Appends one or more new sections to the specified document.
Public methodStatic memberAddDocumentSectionsAsync
Appends one or more new sections to the specified document asynchronously.
Public methodStatic memberChunkAddSection
Adds a section to a document using chunked upload.
Public methodStatic memberChunkUploadDocument(FileCabinet, FileInfo, Int32)
Upload the specified document in chunks.
Public methodStatic memberChunkUploadDocument(DialogInfo, Document, FileInfo, Int32)
Upload the specified document in chunks.
Public methodStatic memberChunkUploadDocument(FileCabinet, Document, FileInfo, Int32)
Upload the specified document in chunks.
Public methodStatic memberChunkUploadSection
Replaces the content of a section with the passed file Upload the specified file in chunks.
Public methodStatic memberUploadDocument(FileCabinet, FileInfo)
Uploads the specified document.
Public methodStatic memberUploadDocument(DialogInfo, Document, FileInfo)
Uploads the document.
Public methodStatic memberUploadDocument(FileCabinet, Document, FileInfo)
Uploads the specified document.
Public methodStatic memberUploadDocumentAsync(FileCabinet, FileInfo)
Uploads the specified document asynchronously.
Public methodStatic memberUploadDocumentAsync(DialogInfo, Document, FileInfo)
Uploads the document asynchronous.
Public methodStatic memberUploadDocumentAsync(FileCabinet, Document, FileInfo)
Uploads the document asynchronously.
Public methodStatic memberUploadSectionAsync
Appends one section to the specified document asynchronously.
Top
See Also