FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Removes the items for role.

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

Syntax


public bool removeItemsFromRole(
	string itemID,
	Nullable<appRoleItemType> oType
)
Public Function removeItemsFromRole ( _
	itemID As String, _
	oType As Nullable(Of appRoleItemType) _
) As Boolean
public:
bool^ removeItemsFromRole(
	String^ itemID, 
	Nullable<appRoleItemType^> oType
)

Parameters

itemID
Type: String
The item identifier.
oType
Type: Nullable<(Of <(<'appRoleItemType>)>)>
Type of the o.

Return Value

true if XXXX, false otherwise.