Plumtree Portal UI  
 

PlumtreeHelpers.CheckCurrentUserIsAdmin Method 

Checks to see whether or not the user is in the Administrators group, using cached session's list of groups.

public static bool CheckCurrentUserIsAdmin(
   IPTSession _ptSession
);

Parameters

_ptSession
Current session

Return Value

True if user is in the Administrators group. Otherwise false.

See Also

PlumtreeHelpers Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace