Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

Gets the boolean value that specifies the document is currently read only.

boolean myDocument.IsReadonly { get; }

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.

  • No labels