Version

ActivityQueryRequestedDataFlags Enumeration

Syntax
'Declaration
 
Public Enum ActivityQueryRequestedDataFlags 
   Inherits System.Enum
public enum ActivityQueryRequestedDataFlags : System.Enum 
Members
MemberDescription
ActivitiesWithinDateRangesActivities that intersect with one of the date ranges in the ActivityQuery's ActivityQuery.DateRanges are to be retrieved.
AllAll of above.
HasNextActivityWhether an activity exists after the latest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be ascertained.
HasPreviousActivityWhether an activity exists before the earliest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be ascertained.
NextActivityThe earliest activity after the latest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be retrieved.
NoneNo information will be retrieved.
PreviousActivityThe latest activity before the earliest of the dates in the ActivityQuery's ActivityQuery.DateRanges is to be retrieved.
Requirements

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

See Also