Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskList.DefaultSecurity Property

Gets or sets if project default security is used.

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 individual object's security. Default value for DefaultSecurity is true.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.

See Also

ITaskList Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace