FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..hasSystemRoles Method

Determines whether [has system role] [the specified o role].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public Dictionary<string, bool> hasSystemRoles(
	Dictionary<string, bool> oRoles
)
Public Function hasSystemRoles ( _
	oRoles As Dictionary(Of String, Boolean) _
) As Dictionary(Of String, Boolean)
public:
Dictionary<String^, bool^>^ hasSystemRoles(
	Dictionary<String^, bool^>^ oRoles
)

Parameters

oRoles
Type: Dictionary<(Of <(<'String, Boolean>)>)>
The o role

Return Value

true if [has system role] [the specified o role]; otherwise, false.