|   | DataObjectFilterContainsOnlyOneWorkflowRelatedType Method (IntegerList) | 
 
            returns true if dataObjTypeIds list contain exactly Activities or Processes
            
 
    Namespace: 
   Omada.OE.Model
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static bool ContainsOnlyOneWorkflowRelatedType(
	IntegerList dataObjTypeIds
)
Parameters
- dataObjTypeIds
 - Type: IntegerList
IntegerList contains data object type ids 
Return Value
Type: 
Booleantrue/false
See Also