Skip to content

Document.State

Overview

String Document.State { get; }
Gets the state of document.

Remarks

This property returns one of following values:

Value Description
Draft Document preparation state.
Published Public access is enabled to accessible users.
Archived Deleted documents are by default is hidden from all users and searchable only if requested.
Deleted Archive state specifies the preparation to delete state.

Readonly State

Published, Deleted and Archive state makes documents read only. Except profile data all other properties including document content is read only, any change attempt is prohibited.

Examples

See Also