Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IUserManager.CheckCurrentUserActivityRight Method 

Returns true if the current user has the specified activity right.

bool CheckCurrentUserActivityRight(
   string activityRightURI
);

Parameters

activityRightURI
The URI of the activity right; This be be found in the portal Activity Rights Manager.

Return Value

true if the current user has the specified activity right.

See Also

IUserManager Interface | Plumtree.Remote.PRC Namespace