Click or drag to resize

RoleGetRole Method

Gives Roles data list include Permissions. Set User Roles (optional).

Namespace:  SOWIApp.Administrator
Assembly:  SOWIApp.Administrator (in SOWIApp.Administrator.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public List<Role> GetRole(
	int pUserID,
	Dictionary<string, string> pDictionaryUI,
	out string lUserName,
	out bool lUserCheckBox
)

Parameters

pUserID
Type: SystemInt32
if greater 0 then set user roles
pDictionaryUI
Type: System.Collections.GenericDictionaryString, String
use for Module name translate
lUserName
Type: SystemString
label - use for user interface
lUserCheckBox
Type: SystemBoolean
set if Role user checked

Return Value

Type: ListRole

[Missing <returns> documentation for "M:SOWIApp.Administrator.Role.GetRole(System.Int32,System.Collections.Generic.Dictionary{System.String,System.String},System.String@,System.Boolean@)"]

See Also