State¶
Gets the state of the document.
1 |
|
Remarks¶
This property returns one of the following values:
- Draft
: The document is in draft mode.
- Published
: The document is published and available.
- Archived
: The document has been archived.
- Deleted
: The document has been marked for deletion.
Info
A ,Published
,, ,Deleted
,, or ,Archived
, state makes the document read-only. Except for profile data, all other properties, including the document content, are read-only, and any attempt to modify them will be prohibited.
Getting the current state of a document:¶
1 |
|