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
)
Public Function GetRole (
pUserID As Integer,
pDictionaryUI As Dictionary(Of String, String),
<OutAttribute> ByRef lUserName As String,
<OutAttribute> ByRef lUserCheckBox As Boolean
) As List(Of Role)
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