ActivityManager.GetActivitiesByMe Method
Include Protected Members
Include Inherited Members
Gets an ActivityEventsCollection containing activity events published by the current user.
Overload List
Name | Description | |
---|---|---|
GetActivitiesByMe() | Gets an ActivityEventsCollection containing all activity events published by the current user. | |
GetActivitiesByMe(DateTime) | Gets an ActivityEventsCollection object containing all activity events published by the current user after a specified time. | |
GetActivitiesByMe(Privacy) | Gets an ActivityEventsCollection object containing all activity events published by the current user that match the specified privacy level. | |
GetActivitiesByMe(Privacy, DateTime) | Gets an ActivityEventsCollection containing all activity events published by the current user that match the specified privacy level and that have occurred after the specified DateTime object. | |
GetActivitiesByMe(Privacy, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the current user that match the specified privacy level. | |
GetActivitiesByMe(Privacy, DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the current user that match the specified privacy level and that have occurred after the specified DateTime object. |
Top