deAppRoleItems..::..removeItemsFromRole Method (deRole, appRoleItemType, String)
   Removes the items for role.
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool removeItemsFromRole( deRole oAppRole, appRoleItemType oType, string itemID )
Public Function removeItemsFromRole ( _ oAppRole As deRole, _ oType As appRoleItemType, _ itemID As String _ ) As Boolean
public: bool^ removeItemsFromRole( 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. 

