Accessing document properties in LotusScript® classes
The following table lists the document properties:
| Property |
Data type |
Description |
|---|---|---|
| String array |
(Read-only) Names of users who have saved the document |
|
| Variant array |
(Read-only) Column values in parent view, or null; not applicable if document not accessed through a view |
|
| DATE variant |
(Read-only) Date and time the document was created |
|
| Variant array |
(Read-only) Embedded objects in the document |
|
| String array |
(Read-write) Keys used to encrypt the document |
|
| Boolean |
(Read-write) True if the document is encrypted when mailed |
|
| String array |
(Read-only) Shows what folders have references to a particular document |
|
| Integer |
(Read-only) Relevance value if the document was retrieved from a full-text search |
|
| Boolean |
(Read-only) True if the document has embedded objects |
|
| String |
(Read-only) The HTTP URL of a document. |
|
| Boolean |
(Read-only) True if the document is deleted |
|
| Boolean |
(Read-only) True if the document is encrypted |
|
| Boolean |
(Read-only) True if the document is created but does not yet exist on disk |
|
| Boolean |
(Read-only) True if the document is a profile document |
|
| Boolean |
(Read-only) True if the document is a response document |
|
| Boolean |
(Read-only) True if the document is signed |
|
| Boolean |
(Read-only) True if the document is accessed through a NotesUIDocument object |
|
| Boolean |
(Read only) True if the document exists |
|
| NotesItem array |
(Read-only) All the items in the document |
|
| String |
(Read-only) If a profile document, the user name (key) of the profile |
|
| DATE variant |
(Read-only) Date and time the document was last accessed |
|
| DATE variant |
(Read-only) Date and time the document was last modified |
|
| String array |
(Read-only) Names of the holders of a lock |
|
| String |
(Read-only) If a profile document, the name of the profile |
|
| String |
(Read-only) Note ID of the document |
|
| String |
(Read-only) The Notes URL of a document. |
|
| NotesDatabase |
(Read-only) Database that contains the object |
|
| String |
(Read-only) Universal ID of the parent if the document is a response |
|
| NotesView |
(Read-only) View from which the document was retrieved, if any |
|
| NotesDocumentCollection |
(Read-only) 1st-level responses to this document, if any |
|
| Boolean |
(Read-write) True if message is saved when mailed |
|
| Boolean |
(Read-only) True if the document was mailed by an agent using the Send method |
|
| String |
(Read-only) Name of signer if the document is signed |
|
| Boolean |
(Read-write) True if the document is signed when mailed |
|
| Long |
(Read-only) Size of document in bytes, including any attachments |
|
| String |
(Read-Write) Universal ID of the document |
|
| String |
(Read-only) User ID verifying the signature if the document is signed |