DocumentInfo Fields

The DocumentInfo type exposes the following members.

Fields
  Name Description
Public field Approved
Approval status. Controls document's visibilty and access by others.
Public field ContentMimeType
Standard mime-type name of uploaded document.
Public field Description
User specified description.
Public field DocumentDate
Last uploaded date.
Public field DocumentId
Unique id for this document in the system.
Public field DocumentName
User specified document name.
Public field FileContents
Byte array of the uploaded document's contents
Public field Filename
Original file name of uploaded document.
Public field FileSizeBytes
File size of document and size of FileContents() byte array.
Public field LibraryId
Id of Document Library containing this document.
See Also