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.
Gets an ActivityEventsCollection object containing all activity events published by the specified user that have been published after the specified DateTime.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetActivitiesByUser ( _
userProfile As UserProfile, _
minEventTime As DateTime _
) As ActivityEventsCollection
'Usage
Dim instance As ActivityManager
Dim userProfile As UserProfile
Dim minEventTime As DateTime
Dim returnValue As ActivityEventsCollection
returnValue = instance.GetActivitiesByUser(userProfile, _
minEventTime)
public ActivityEventsCollection GetActivitiesByUser(
UserProfile userProfile,
DateTime minEventTime
)
Parameters
userProfile
Type: Microsoft.Office.Server.UserProfiles.UserProfileThe UserProfile object representing the user who has published the events in the collection.
minEventTime
Type: System.DateTimeThe UTC DateTime after which the events in the collection were published.
Return Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityEventsCollection