Click or drag to resize

WorkItemsGetActiveUserWorkItem Method

Returns the first workitem in the list for the active user. If a workitem exists, on which no actions has been performed, it has a higher priority. Returns null if no items are found.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public WorkItem GetActiveUserWorkItem()

Return Value

Type: WorkItem
See Also