Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.DefaultSecurity Property

Gets or sets whether this document uses project-default security.

bool DefaultSecurity {get; set;}

Property Value

If true, modifying security on the current document will not be possible. DefaultSecurity must be set to false in order to modify individual documents' security. Default value for DefaultSecurity is true.

Exceptions

Exception Type Condition
InvalidOperationException The document has already been removed.

See Also

IDocument Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace