Click or drag to resize

DownloadDocument Class

Information about a document for download.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerDownloadDocument

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class DownloadDocument

The DownloadDocument type exposes the following members.

Constructors
  NameDescription
Public methodDownloadDocument
Initializes a new instance of the DownloadDocument class
Top
Properties
  NameDescription
Public propertyCabinetId
Public propertyDocumentId
The document identifier.
Public propertyDocumentName
The name of the document.
Public propertyDocumentSchemaId
The document schema identifier.
Public propertyDocumentSchemaType
Public propertyFileName
Original file name.
Public propertyFolderId
Public propertyLocation
The library location of the document.
Public propertyMetadataVersionId
The metadata version identifier.
Public propertyTypeName
The name of the document schema.
Public propertyVersion
The version number.
Top
Extension Methods
See Also