Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussion.DefaultSecurity Property

Gets or sets whether to use project default security.

bool DefaultSecurity {get; set;}

Property Value

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.

Exceptions

Exception Type Condition
InvalidOperationException The object has not yet been stored or has already been removed.

See Also

IDiscussion Interface | Plumtree.Remote.PRC.Collaboration.Discussion Namespace