FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..removeRoles Method

Removes the roles.

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

Syntax


public bool removeRoles(
	params string[] roleIDs
)
Public Function removeRoles ( _
	ParamArray roleIDs As String() _
) As Boolean
public:
bool^ removeRoles(
	... array<String^>^ roleIDs
)

Parameters

roleIDs
Type: array<String>[]()[][]
The role i ds.

Return Value

true if XXXX, false otherwise.