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 current user after a specified time.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetActivitiesByMe ( _
minEventTime As DateTime _
) As ActivityEventsCollection
'Usage
Dim instance As ActivityManager
Dim minEventTime As DateTime
Dim returnValue As ActivityEventsCollection
returnValue = instance.GetActivitiesByMe(minEventTime)
public ActivityEventsCollection GetActivitiesByMe(
DateTime minEventTime
)
Parameters
minEventTime
Type: System.DateTimeThe UTC DateTime after which all activity events in the collection have been published.
Return Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityEventsCollection