Aqualogic Interaction API  
 

IPTSessionInfo.CheckGadgetAccess Method 

Retrieves the current user's access level to the specified Gadget (Portlet).

int CheckGadgetAccess(
   int nGadgetID
);

Parameters

nGadgetID
- The ID of the gadget.

Return Value

A value from the PT_ACCESSLEVELS enumeration indicating the access level this user has on the gadget.

See Also

IPTSessionInfo Interface | com.plumtree.server Namespace