EMDocument Class |
The EMDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| EMDocument |
Default Constructor.
| |
| EMDocument(EMDocument) | Initializes a new instance of the EMDocument class |
| Name | Description | |
|---|---|---|
| CreatedBy |
The user that created this document.
| |
| CreatedDate |
The date this document was created.
| |
| Description |
Summary description of the document.
| |
| FolderID |
The ID of the folder the document is contained in if the Document is contained in a folder.
| |
| FolderPath |
The entire folder path where the document is located.
| |
| HasThumbnail |
A flag specifying if a thumbnail exists for this document.
| |
| ID |
The ID of the document.
| |
| LastActivityBy |
Which user performed last activity on the document.
| |
| LastActivityDate |
The last time any activity performed on the document.
| |
| LastActivityType |
How the document was last modified.
| |
| LastModifiedBy |
Which user last modified the document.
| |
| LastModifiedDate |
The last time the document was modified.
| |
| Name |
The document's name.
| |
| SourceID | ||
| ThumbnailPath |
The Url path to the thumbnail, if a thumbnail exists.
| |
| Type |
The type of document.
|