Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IProject.GetRole Method 

Returns the role in this project based on the given role type.

IRole GetRole(
   RoleTypes roleType
);

Parameters

roleType
The type of role; cannot be null.

Return Value

The role in this project based on the given role type.

Exceptions

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

See Also

IProject Interface | Plumtree.Remote.PRC.Collaboration.Project Namespace