ActivityManager.GetActivitiesForMe Method
Include Protected Members
Include Inherited Members
Gets an ActivityEventsCollection object containing ActivityEvent objects associated with ActivityType objects that represent activity types that are in the current user's preferences.
Overload List
Name | Description | |
---|---|---|
GetActivitiesForMe() | Gets an ActivityEventsCollection containing all ActivityEvent objects associated with ActivityType objects that represent activity types that are in the current user’s preferences. | |
GetActivitiesForMe(DateTime) | Gets an ActivityEventsCollection object containing activity events that have occurred after a specified DateTime and associated with ActivityType objects that represent activity types that are in the current user's preferences. | |
GetActivitiesForMe(Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, associated with ActivityType objects that represent activity types that are in the current user’s preferences. | |
GetActivitiesForMe(DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, that have occurred after a specified DateTime and associated with ActivityType objects that represent activity types that are in the current user’s preferences. |
Top