Skip to content

Document.IsReadonly

Overview

Boolean Document.IsReadonly { get; }
Gets the boolean value that specifies the document is currently read only.

Remarks

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