Click or drag to resize

DataObjectTypeIsWorkFlowRelatedType Method

Returns true if the given typeid is either Processes or Activities.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool IsWorkFlowRelatedType(
	int typeId
)

Parameters

typeId
Type: SystemInt32

Return Value

Type: Boolean
See Also