PublishedNewsFeedWebPart Members
Include Protected Members
Include Inherited Members
Renders a control that is used to display and track published activity feeds.
The PublishedNewsFeedWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PublishedNewsFeedWebPart | Initializes a new instance of the PublishedNewsFeedWebPart 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. (Overrides NewsFeedWebPartBase.MaxItemsToDisplay.) | |
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 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