NewsFeedWebPartBase members
Represents the abstract base class for activity feed Web Parts.
The NewsFeedWebPartBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NewsFeedWebPartBase | Initializes a new instance of the NewsFeedWebPartBase class. |
Top
Properties
Name | Description | |
---|---|---|
ActivityManager | Gets the ActivityManager for the current user. | |
MaxItemsToDisplay | Gets or sets the maximum number of ActivityEvent objects to display. | |
ShowUserPicture | Gets or sets a value that indicates whether to show user pictures when displaying activity events. |
Top
Methods
Name | Description | |
---|---|---|
OnInit | Handles the Init event. (Overrides WebPartLocOnInit(Object, EventArgs).) | |
RenderWebPart | Renders the ActivityEvent objects in the m_EventsCollection control. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) | |
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 | |
---|---|---|
m_EventsCollection | Represents an ActivityEventsCollection used to manage the ActivityEvent objects that are tracked in the news feed. |
Top