Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Gets an ActivityEventsCollection object containing activity events published by the specified user.
Overload List
Name | Description | |
---|---|---|
![]() |
GetActivitiesByUser(String) | Gets an ActivityEventsCollection object containing all activity events published by the user with the specified name. |
![]() |
GetActivitiesByUser(UserProfile) | Gets an ActivityEventsCollection object containing all activity events published by the specified user. |
![]() |
GetActivitiesByUser(String, DateTime) | Gets an ActivityEventsCollection object containing all activity events published by the user with the specified name after a specified time. |
![]() |
GetActivitiesByUser(String, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number. |
![]() |
GetActivitiesByUser(UserProfile, DateTime) | Gets an ActivityEventsCollection object containing all activity events published by the specified user that have been published after the specified DateTime. |
![]() |
GetActivitiesByUser(UserProfile, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the specified user. |
![]() |
GetActivitiesByUser(String, DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, published by the user with the specified name after a specified time. |
![]() |
GetActivitiesByUser(UserProfile, DateTime, Int32) | Gets an ActivityEventsCollection object containing all activity events, up to a specified maximum number, published by the specified user that have been published after the specified DateTime. |
Top