Click or drag to resize

ProcessControllerGetActiveWorkItemsForTargetDataObject Method (Int32)

Gets active work items for the active user.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<WorkItemInfo> GetActiveWorkItemsForTargetDataObject(
	int targetDataObjectId
)

Parameters

targetDataObjectId
Type: SystemInt32

Return Value

Type: ListWorkItemInfo
See Also