Click or drag to resize

DataObjectControllerGetTargetProcessIds Method (Int32, StateFlags, DeletedStatus, TemplateStatus)

Returns ID's for the process template or instances that use the specified dataobject as target

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetTargetProcessIds(
	int targetId,
	StateFlags stateFlags,
	DeletedStatus processDeleteStatus,
	TemplateStatus templateStatus
)

Parameters

targetId
Type: SystemInt32
stateFlags
Type: Omada.OE.ModelStateFlags
processDeleteStatus
Type: Omada.OE.ModelDeletedStatus
templateStatus
Type: Omada.OE.Model.PublicTemplateStatus

Return Value

Type: IntegerList
See Also