ConsolidatedNewsFeedWebPart Members
Include Protected Members
Include Inherited Members
Renders a control that is used to display and track the consolidated activity feeds.
The ConsolidatedNewsFeedWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsolidatedNewsFeedWebPart | Initializes a new instance of the ConsolidatedNewsFeedWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
ActivityManager | Gets the ActivityManager for the current user. (Inherited from NewsFeedWebPartBase.) | |
MaxItemsToDisplay | Gets or sets the maximum number of ActivityEvent objects to display. (Inherited from NewsFeedWebPartBase.) | |
ShowUserPicture | Gets or sets a value that indicates whether to show user pictures when displaying activity events. (Inherited from NewsFeedWebPartBase.) |
Top
Methods
Name | Description | |
---|---|---|
OnInit | Handles the Init event. (Inherited from NewsFeedWebPartBase.) | |
OnPreRender | Handles the PreRender event. (Overrides WebPartLocOnPreRender(Object, EventArgs).) | |
RenderWebPart | Renders the management links of “My Colleagues”, “My Interests”, and “Newsfeed Settings”, as well as the ActivityEvent objects in the m_EventsCollection. (Overrides NewsFeedWebPartBase.RenderWebPart(HtmlTextWriter).) | |
RequiresWebPartClientScript | Indicates whether this Web Part has client-side script to register with the Web Part Page Services Component (WPSC) framework. (Inherited from NewsFeedWebPartBase.) |
Top
Fields
Name | Description | |
---|---|---|
m_EventsCollection | Represents an ActivityEventsCollection used to manage the ActivityEvent objects that are tracked in the news feed. (Inherited from NewsFeedWebPartBase.) |
Top