FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deAppRoleItems..::..removeItemsFromRole Method (deRole, Nullable<(Of <(<'appRoleItemType>)>)>)

Removes the items for role.

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

Syntax


public bool removeItemsFromRole(
	deRole oAppRole,
	Nullable<appRoleItemType> oType
)
Public Function removeItemsFromRole ( _
	oAppRole As deRole, _
	oType As Nullable(Of appRoleItemType) _
) As Boolean
public:
bool^ removeItemsFromRole(
	deRole^ oAppRole, 
	Nullable<appRoleItemType^> oType
)

Parameters

oAppRole
Type: FlowWright.cDevDeAPI..::..deRole
The o application role.
oType
Type: Nullable<(Of <(<'appRoleItemType>)>)>
Type of the o.

Return Value

true if XXXX, false otherwise.