'Declaration Public Enum ActivityQueryRequestedDataFlags Inherits System.Enum
public enum ActivityQueryRequestedDataFlags : System.Enum
Member | Description |
---|---|
ActivitiesWithinDateRanges | Activities that intersect with one of the date ranges in the ActivityQuery's ActivityQuery.DateRanges are to be retrieved. |
All | All of above. |
HasNextActivity | Whether an activity exists after the latest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be ascertained. |
HasPreviousActivity | Whether an activity exists before the earliest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be ascertained. |
NextActivity | The earliest activity after the latest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be retrieved. |
None | No information will be retrieved. |
PreviousActivity | The latest activity before the earliest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be retrieved. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2