FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deAppRoleItems..::..removeItemsFromRole Method (deRole, appRoleItemType, String)

Removes the items for role.

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

Syntax


public bool removeItemsFromRole(
	deRole oAppRole,
	appRoleItemType oType,
	string itemID
)
Public Function removeItemsFromRole ( _
	oAppRole As deRole, _
	oType As appRoleItemType, _
	itemID As String _
) As Boolean
public:
bool^ removeItemsFromRole(
	deRole^ oAppRole, 
	appRoleItemType^ oType, 
	String^ itemID
)

Parameters

oAppRole
Type: FlowWright.cDevDeAPI..::..deRole
The o application role.
oType
Type: FlowWright.cDevDeAPI..::..appRoleItemType
Type of the o.
itemID
Type: String
The item identifier.

Return Value

true if XXXX, false otherwise.