Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IDiscussion.GetAccessLevel Method 

Returns the object access level for a given role type.

AccessLevels GetAccessLevel(
   RoleTypes roleType
);

Parameters

roleType
The role type; cannot be null.

Return Value

The object access level for the given role type.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.

See Also

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