Click or drag to resize

ProcessGetProcessObjectTypeId Method

Returns the typeid of a procesinstance or proces template related object based on objectType. Typeid returned is: * ObjectId.DataObjectType.Processes * ObjectId.DataObjectType.Activity * typeid of the Target

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int GetProcessObjectTypeId(
	ProcessObjectType objectType
)

Parameters

objectType
Type: Omada.OE.ModelProcessObjectType

Return Value

Type: Int32
See Also