Gets or sets whether this document folder uses project-default security.
If true
, modifying security on the current document folder will not be possible. DefaultSecurity
must be set to false
in order to modify individual document folders' security. Default value for DefaultSecurity
is true
.Note: Adjusting the security on a folder makes no changes to the security on any of its contained documents or folders.
Exception Type | Condition |
---|---|
InvalidOperationException | The document folder has already been removed. |
IDocumentFolder Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace