Click or drag to resize

UserRoleSetUserRole Method (Int32, Int32, ListInt32, String)

Set Roles by Role to User

Namespace:  SOWIApp.Management
Assembly:  SOWIApp.Management (in SOWIApp.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void SetUserRole(
	int pClientID,
	int pUserID,
	List<int> pUserRoleIds,
	string pDBUserName
)

Parameters

pClientID
Type: SystemInt32

[Missing <param name="pClientID"/> documentation for "M:SOWIApp.Management.UserRole.SetUserRole(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32},System.String)"]

pUserID
Type: SystemInt32

[Missing <param name="pUserID"/> documentation for "M:SOWIApp.Management.UserRole.SetUserRole(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32},System.String)"]

pUserRoleIds
Type: System.Collections.GenericListInt32

[Missing <param name="pUserRoleIds"/> documentation for "M:SOWIApp.Management.UserRole.SetUserRole(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32},System.String)"]

pDBUserName
Type: SystemString

[Missing <param name="pDBUserName"/> documentation for "M:SOWIApp.Management.UserRole.SetUserRole(System.Int32,System.Int32,System.Collections.Generic.List{System.Int32},System.String)"]

See Also