DocumentInfo Class

Represents one document from a Document Library
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.DocumentsDocumentInfo

Namespace: BBNCExtensions.API.Documents
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public class DocumentInfo

The DocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodDocumentInfo
Fields
  NameDescription
Public fieldApproved
Approval status. Controls document's visibilty and access by others.
Public fieldContentMimeType
Standard mime-type name of uploaded document.
Public fieldDescription
User specified description.
Public fieldDocumentDate
Last uploaded date.
Public fieldDocumentId
Unique id for this document in the system.
Public fieldDocumentName
User specified document name.
Public fieldFileContents
Byte array of the uploaded document's contents
Public fieldFilename
Original file name of uploaded document.
Public fieldFileSizeBytes
File size of document and size of FileContents() byte array.
Public fieldLibraryId
Id of Document Library containing this document.