Click or drag to resize

CommonActivityLoadOptionAttributesRequireWorkItem Property

If set to true only activities for which at least one workitem exists for the active user are loaded. If true, the following other filters are considered (they are not considered if RequireWorkItem is set to false): * loadOptions.Attributes.WorkItemIdPosList * loadOptions.Filter.AcceptanceFlags * loadOptions.Filter.ActionStatus * loadOptions.Filter.WorkItemDeletedStatus

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool RequireWorkItem { get; set; }

Property Value

Type: Boolean
See Also