ActivityManager Members
Include Protected Members
Include Inherited Members
Contains collections of ActivityApplication and ActivityType objects, and methods to generate feeds by getting existing instances of ActivityEvent objects.
The ActivityManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ActivityManager() | Creates an instance of the ActivityManager class from the current SPServiceContext. | |
ActivityManager(UserProfile) | Creates an instance of the ActivityManager class from the current SPServiceContext and for the specified user, which must be the current user. | |
ActivityManager(UserProfile, SPServiceContext) | Creates an instance of the ActivityManager class from the specified SPServiceContext and for the specified user, which must be the current user. |
Top
Properties
Name | Description | |
---|---|---|
ActivityApplications | Gets a collection of ActivityApplication objects that are managed by this ActivityManager object. These ActivityApplication objects are used by gatherers to manage ActivityType objects and create ActivityTemplates objects. | |
ActivityPreferences | Gets a collection of ActivityPreference objects that represent the ActivityType preferences of the current user. | |
ActivityTypes | Gets a collection of ActivityType objects managed by this ActivityManager. | |
CultureInfo | Gets or sets the specific culture associated with this ActivityManager. | |
CultureName | Gets or sets the name of the culture associated with this ActivityManager. | |
CurrentUserEmail | Gets a string representing the e-mail address of the current user. | |
CurrentUserId | Gets the record identifier associated with the current user’s user profile. | |
CurrentUserName | Gets a string representing the current user’s name. | |
Encoding | Gets or sets the character encoding for this ActivityManager object. | |
MaxBatchSizeRead | Gets or sets the maximum number of read operations that can be batched in one transaction. | |
MaxBatchSizeWrite | Gets or sets the maximum number of write operations that can be batched in one transaction. | |
MaxEventsPerBatch | Gets or sets the maximum number of events that can be returned by one database transaction. | |
MaxEventsPerFeedJobRun | Gets or sets a maximum number of events for each run of a feed job. | |
MaxRollupSize | ||
MaxTimeToLiveSeconds | ||
MaxUsersPerGathererRun | ||
MinEventTime | ||
PartitionID | ||
ServiceContext | Gets the SPServiceContext object associated with this ActivityManager. | |
UserProfileManager | Gets the UserProfileManager object associated with this ActivityManager. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases unmanaged resources used by this ActivityManager. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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. | |
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. | |
GetActivitiesForMe() | Gets an ActivityEventsCollection containing all ActivityEvent objects associated with ActivityType objects that represent activity types that are in the current user’s preferences. | |
GetActivitiesForMe(DateTime) | Gets an ActivityEventsCollection object containing activity events that have occurred after a specified DateTime and associated with ActivityType objects that represent activity types that are in the current user's preferences. | |
GetActivitiesForMe(Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, associated with ActivityType objects that represent activity types that are in the current user’s preferences. | |
GetActivitiesForMe(DateTime, Int32) | Gets an ActivityEventsCollection object containing activity events, up to a specified maximum number, that have occurred after a specified DateTime and associated with ActivityType objects that represent activity types that are in the current user’s preferences. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PrepareToAllowSchemaChanges | Implements copy-on-write behavior for collections inside this ActivityManager object, so that collections within the cached ActivityManager (stored in the User Profile Application) are not modified while any updates are being made. | |
ToString | (Inherited from Object.) |
Top