[This is preliminary documentation and is subject to change.]

The DocumentInfo type exposes the following members.

Constructors

  NameDescription
Public methodDocumentInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyActive
Shows if the document is Active. Returns "Y" or "N".
Public propertyApplicationId
The application id for the application that created the document. This is meaningful if the document is created by an application.
Public propertyApplicationSecondaryId
The secondary id of an application. This is meaningful if the document is created by an application.
Public propertyAppsDescription
The Description of the document. This is meaningful if the document is created by an application.
Public propertyCreatedByUserId
The unique id of the user who created the document.
Public propertyCreatedByUserName
Returns the name of the user who created the document.
Public propertyCreatedDate
The created date of the document.
Public propertyDocumentDescription
Tthe Description of the document.
Public propertyDocumentDirectory
The directory path of the document.
Public propertyDocumentId
The system generated unique document id.
Public propertyDocumentKeyword
The keywords for the documents.
Public propertyDocumentName
The name of the document.
Public propertyDocumentPath
The complete path of the document file.
Public propertyFileSize
The file size of the document (in KB).
Public propertyGroupId
The system generated unique id of the group that contains the document.
Public propertyid1
The first id for the document.
Public propertyid2
The second id for the document.
Public propertyIsLocked
Shows if the document is locked.
Public propertyIsShared
Shows if this document is shared with some user.
Public propertyLockedByUserId
The user id of the user who locked the document. This is only meaningful if the document is locked.
Public propertyLockedByUserName
The name of the user who locked the document.
Public propertyModifiedByUserId
The unique id of the user who last modified the document.
Public propertyModifiedByUserName
The name of the user who last modified the document.
Public propertyModifiedDate
The last modified date of the document.
Public propertyParentFolderId
The unique id of the Parent folder of the document. Returns null if there is no Parent folder for the document.
Public propertyParentFolderName
The folder name of the Parent folder of the document. This is meaningful only if the document has a Parent folder.
Public propertyRev
The revision of the document.
Public propertySharedByUserId
The user id of the user who shared the document. This is meaningful if the document is shared.
Public propertySharedByUserName
The name of the user who shared the document. This is meaningful only if the document is shared.
Public propertyVirtualPath
The name of the virtual path.

See Also