deAppRoleItems..::..addItemToRole Method
   Adds the item to role.
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: 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. 

