Click or drag to resize

WorkItemsGetByUserId Method

Returns the first workitem in the list for the provided user. If none is found null is returned.

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

Parameters

userId
Type: SystemInt32

Return Value

Type: WorkItem
See Also