FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeRole Method

Removes the role.

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

Syntax


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

Parameters

roleID
Type: String
The role identifier.

Return Value

true if XXXX, false otherwise.