deAppRoleItems..::..removeItemsFromRole Method (String, Nullable<(Of <(<'appRoleItemType>)>)>)
   Removes the items for role.
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: 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. 

