GetUserPermissions
What it does
Obtains information about all permissions of the specified user.
Definition
RolePermissionInfo[] GetUserPermissions( string userName );
Parameters
| Name | Type | Description |
| userName | string | User name |
Returned value
| Type | Description |
| RolePermissionInfo[] | The type of data that contain information about permissions to use the specified role |
4/12/2024 6:16:03 PM