ActivityManager.GetActivitiesForMe Method
Gets an ActivityEventsCollection containing all ActivityEvent objects associated with ActivityType objects that represent activity types that are in the current user’s preferences.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetActivitiesForMe As ActivityEventsCollection
'Usage
Dim instance As ActivityManager
Dim returnValue As ActivityEventsCollection
returnValue = instance.GetActivitiesForMe()
public ActivityEventsCollection GetActivitiesForMe()
Return Value
Type: Microsoft.Office.Server.ActivityFeed.ActivityEventsCollection