FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deAppRoleItems..::..addItemToRole Method

Adds the item to role.

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

Syntax


public bool addItemToRole(
	deRole oAppRole,
	appRoleItemType oType,
	string itemID
)
Public Function addItemToRole ( _
	oAppRole As deRole, _
	oType As appRoleItemType, _
	itemID As String _
) As Boolean
public:
bool^ addItemToRole(
	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.