[This is preliminary documentation and is subject to change.]
The DocumentInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Active |
Shows if the document is Active. Returns "Y" or "N".
|
![]() | ApplicationId |
The application id for the application that created the document. This is meaningful if
the document is created by an application.
|
![]() | ApplicationSecondaryId |
The secondary id of an application. This is meaningful if the document is created by an
application.
|
![]() | AppsDescription |
The Description of the document. This is meaningful if the document is created by an application.
|
![]() | CreatedByUserId |
The unique id of the user who created the document.
|
![]() | CreatedByUserName |
Returns the name of the user who created the document.
|
![]() | CreatedDate |
The created date of the document.
|
![]() | DocumentDescription |
Tthe Description of the document.
|
![]() | DocumentDirectory |
The directory path of the document.
|
![]() | DocumentId |
The system generated unique document id.
|
![]() | DocumentKeyword |
The keywords for the documents.
|
![]() | DocumentName |
The name of the document.
|
![]() | DocumentPath |
The complete path of the document file.
|
![]() | FileSize |
The file size of the document (in KB).
|
![]() | GroupId |
The system generated unique id of the group that contains the document.
|
![]() | id1 |
The first id for the document.
|
![]() | id2 |
The second id for the document.
|
![]() | IsLocked |
Shows if the document is locked.
|
![]() | IsShared |
Shows if this document is shared with some user.
|
![]() | LockedByUserId |
The user id of the user who locked the document. This is only meaningful if the document is locked.
|
![]() | LockedByUserName |
The name of the user who locked the document.
|
![]() | ModifiedByUserId |
The unique id of the user who last modified the document.
|
![]() | ModifiedByUserName |
The name of the user who last modified the document.
|
![]() | ModifiedDate |
The last modified date of the document.
|
![]() | ParentFolderId |
The unique id of the Parent folder of the document. Returns null if there is no
Parent folder for the document.
|
![]() | ParentFolderName |
The folder name of the Parent folder of the document. This is meaningful only
if the document has a Parent folder.
|
![]() | Rev |
The revision of the document.
|
![]() | SharedByUserId |
The user id of the user who shared the document. This is meaningful if
the document is shared.
|
![]() | SharedByUserName |
The name of the user who shared the document. This is meaningful only if the document is
shared.
|
![]() | VirtualPath |
The name of the virtual path.
|