deAppRoleItems..::..hasItemInRole Method
   Determines whether [has item in role] [the specified o application role].
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool hasItemInRole( deRole oAppRole, appRoleItemType oType, string itemID )
Public Function hasItemInRole ( _ oAppRole As deRole, _ oType As appRoleItemType, _ itemID As String _ ) As Boolean
public: bool^ hasItemInRole( 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. 

