Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITaskList.GetAccessLevel Method 

Returns the task list access level for the given role type.

AccessLevels GetAccessLevel(
   RoleTypes roleType
);

Parameters

roleType
The role type; cannot be null.

Return Value

The access level for the given role type.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.

See Also

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