WebCenter Interaction API  
 

IPTSessionInfo.CheckForActivityRight Method (String)

Checks whether the current user has the specified activity right.

bool CheckForActivityRight(
   string strActivityURI
);

Parameters

strActivityURI
- The URI 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