| UserSecurityHelper Methods | 
The UserSecurityHelper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetPermissionName | 
            Returns name of the permission specified by the enumeration value.
             | 
|   | IsAuthorizedPerClassName | 
            Checks whether the user is authorized for given class name and permission, returns true if so.
             | 
|   | IsAuthorizedPerMetaFile | 
            Checks whether the user is authorized per meta file for given object type and permission.
             | 
|   | IsAuthorizedPerObject(PermissionsEnum, BaseInfo, String, UserInfo, Boolean) | 
            Checks whether the user is authorized for given object with given permission.
             | 
|   | IsAuthorizedPerObject(PermissionsEnum, String, String, UserInfo, Boolean) | 
            Checks whether the user is authorized per object with given object type and permission.
             | 
|   | IsAuthorizedPerResource | 
            Checks whether the user is authorized for given resource name and permission, returns true if so.
             | 
|   | IsAuthorizedPerUIElement(String, String, String, UserInfo) | 
            Checks whether the user is authorized for given resource name and UIElements, returns true if so.
             | 
|   | IsAuthorizedPerUIElement(String, String, Boolean, String, UserInfo) | 
            Checks whether the user is authorized for given UI element of the specified resource, returns true if so.
             | 
 See Also
See Also