Gets or sets whether to use project default security.
A boolean flag indicating whether project default security is used. If true
, trying to modify security on the current object alone will not have any effect. DefaultSecurity
must be set to false
in order to modify an individual object's security. Default value for DefaultSecurity
is true
.
Exception Type | Condition |
---|---|
InvalidOperationException | The object has not yet been stored or has already been removed. |
IDiscussion Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace