Click or drag to resize

ProcessControllerGetProcessTemplateId Method (Int32)

Returns the template id for a given process (instance or template). If the process is a template its own id is returned.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetProcessTemplateId(
	int processId
)

Parameters

processId
Type: SystemInt32

Return Value

Type: Int32
See Also