FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..hasRole Method

Determines whether the specified role identifier has role.

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

Syntax


public bool hasRole(
	string roleID
)
Public Function hasRole ( _
	roleID As String _
) As Boolean
public:
bool^ hasRole(
	String^ roleID
)

Parameters

roleID
Type: String
The role identifier.

Return Value

true if the specified role identifier has role; otherwise, false.