NewsFeedWebPartBase members

Represents the abstract base class for activity feed Web Parts.

The NewsFeedWebPartBase type exposes the following members.

Constructors

  Name Description
Protected method NewsFeedWebPartBase Initializes a new instance of the NewsFeedWebPartBase class.

Top

Properties

  Name Description
Protected property ActivityManager Gets the ActivityManager for the current user.
Public property MaxItemsToDisplay Gets or sets the maximum number of ActivityEvent objects to display.
Protected property ShowUserPicture Gets or sets a value that indicates whether to show user pictures when displaying activity events.

Top

Methods

  Name Description
Protected method OnInit Handles the Init event. (Overrides WebPartLocOnInit(Object, EventArgs).)
Protected method RenderWebPart Renders the ActivityEvent objects in the m_EventsCollection control. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).)
Protected method RequiresWebPartClientScript Indicates whether this Web Part has client-side script to register with the Web Part Page Services Component (WPSC) framework. (Overrides WebPart.RequiresWebPartClientScript().)

Top

Fields

  Name Description
Protected field m_EventsCollection Represents an ActivityEventsCollection used to manage the ActivityEvent objects that are tracked in the news feed.

Top

See also

Reference

NewsFeedWebPartBase class

Microsoft.SharePoint.Portal.WebControls namespace