UserRoleSetUserRole Method (Int32, Int32) | |
Set Roles by Position (Role) to User
Namespace:
SOWIApp.Administrator
Assembly:
SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax internal void SetUserRole(
int pUserID,
int pRoleGroupID
)
Friend Sub SetUserRole (
pUserID As Integer,
pRoleGroupID As Integer
)
Parameters
- pUserID
- Type: SystemInt32
[Missing <param name="pUserID"/> documentation for "M:SOWIApp.Administrator.UserRole.SetUserRole(System.Int32,System.Int32)"]
- pRoleGroupID
- Type: SystemInt32
[Missing <param name="pRoleGroupID"/> documentation for "M:SOWIApp.Administrator.UserRole.SetUserRole(System.Int32,System.Int32)"]
See Also