FileCabinetExtensions ClassDocuWare Platform .NET API
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.6
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 memberChunkUploadDocument
Chunks the upload document.
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.
Top
See Also

Reference