WebCenter Interaction API  
 

IPTSessionInfo.CheckForActivityRight Method (Int32)

Checks whether the current user has the specified activity right.

bool CheckForActivityRight(
   int iActivityID
);

Parameters

iActivityID
- The ID of the activity right to check for.

Return Value

true if the current user has the specified right, false otherwise.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace | IPTSessionInfo.CheckForActivityRight Overload List