Click or drag to resize

RoleSetUserRole Method

Set User Role

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

Parameters

pClientID
Type: SystemInt32

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

pUserID
Type: SystemInt32

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

pUserRoleIds
Type: System.Collections.GenericListInt32

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

See Also