Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentFolder.DefaultSecurity Property

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

bool DefaultSecurity {get; set;}

Property Value

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.

Exceptions

Exception Type Condition
InvalidOperationException The document folder has already been removed.

See Also

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