Parameters
- strRight
- Name of the execute permission to be checked.
Return Value
• TRUE: Action is granted execute permission.
• FALSE: The action must not be executed by the current user.
• FALSE: The action must not be executed by the current user.
UserRights oUserRights = new UserRights(); bool bRights = oUserRights.CheckUserRights(); // is the user rights management activated? if (bRights) { bool bAnRight= oUserRights.CheckRightFor("XPLEditorStart"); }