Click or drag to resize

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
Syntax
C#
public static bool ContainsOnlyOneWorkflowRelatedType(
	IntegerList dataObjTypeIds
)

Parameters

dataObjTypeIds
Type: IntegerList
IntegerList contains data object type ids

Return Value

Type: Boolean
true/false
See Also