Click or drag to resize

CommonActivityLoadOptionAttributes Properties

The CommonActivityLoadOptionAttributes type exposes the following members.

Properties
  NameDescription
Public propertyRequireWorkItem
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
Public propertyTargetIdPosList
Positive list of dataobjectid's. Unless the list is empty, only activities belonging to a process having the provided target objects are loaded.
Public propertyWorkItemIdPosList
Positive list of workitemid's. Unless the list is empty only activities for the provided workitem id's are loaded. The filter is only used if RequireWorkItem = true.
Top
See Also