Microsoft.Office.Server.ActivityFeed Namespace
SharePoint 2010
Contains classes that create, gather, and publish news feeds. Some of the most commonly used types in this namespace are, ActivityManager, ActivityEvent, ActivityType, ActivityTemplate, and ActivityTemplateVariable.
| Class | Description | |
|---|---|---|
|
ActivityApplication | Manages a collection of ActivityType objects. |
|
ActivityApplicationsCollection | Represents a collection of ActivityApplication objects. |
|
ActivityEvent | Represents a single atomic activity that is associated with an ActivityType object and that is tracked in an activity feed. |
|
ActivityEventsCollection | Represents a collection of ActivityEvent objects. |
|
ActivityFeedException | |
|
ActivityFeedGatherer | Represents the base class for all activity feed gatherers. |
|
ActivityFeedLimitOverflowException | |
|
ActivityFeedPermissionDeniedException | |
|
ActivityFeedSyndicationException | |
|
ActivityManager | Contains collections of ActivityApplication and ActivityType objects, and methods to generate feeds by getting existing instances of ActivityEvent objects. |
|
ActivityPreference | Defines the ActivityType objects whose events an entity does not want to see in a feed. |
|
ActivityPreferencePerType | Contains an ActivityType object and a Boolean value indicating whether a preference for this type has been set. |
|
ActivityPreferencesCollection | Represents a collection of ActivityPreference objects. |
|
ActivityTemplate | Defines the formatting of an ActivityEvent object within a specific locale. |
|
ActivityTemplatesCollection | Represents a collection of ActivityTemplate objects. |
|
ActivityTemplateVariable | Defines formatting for ActivityEvent objects, the structure that contains the standard vocabulary for mapping activity events to syndication feeds. |
|
ActivityType | Defines the display of ActivityEvent objects that belong to this type. |
|
ActivityTypesCollection | Represents a collection of ActivityType objects. |
|
Constants | |
|
Entity | Represents a user who is the owner or publisher of a feed. |
|
EntityTypeIds | Contains string constants that represent the possible types of Entity objects. |
|
InvalidActivityException | |
|
InvalidCreateOperationException | |
|
InvalidDeleteOperationException | |
|
InvalidEntityException | |
|
InvalidFeedSchemaMappingException | |
|
InvalidGetOperationException | |
|
InvalidItemVariableException | |
|
InvalidLinkException | |
|
InvalidListException | |
|
InvalidTemplateException | |
|
InvalidTemplateVariableException | |
|
InvalidTypeException | |
|
InvalidUpdateOperationException | |
|
Limits | |
|
Link | Stores values for a URL that represents an ActivityEvent object. |
|
List | Represents a list of Link objects, and information for displaying them in a syndication feed. |
|
MinimalPerson | Contains the minimum amount of information required to create a SyndicationPerson object. |
|
NotFoundActivityApplicationException | |
|
NotFoundActivityEventException | |
|
NotFoundActivityTemplateException | |
|
NotFoundActivityTypeException | |
|
SimpleTemplateFormat | Supports an array of tags one level deep (no tags within tags). |
| Enumeration | Description | |
|---|---|---|
|
ContentType | Represents an enumeration of possible types for the display of items in an activity feed. |