Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if the object already been removed.

See Also

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