Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renders the ActivityEvent objects in the m_EventsCollection.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub RenderWebPart ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.RenderWebPart(writer)
protected override void RenderWebPart(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe object that renders the content of the Web Part to the specified HtmlTextWriter object.
Remarks
This member renders descriptive text if the m_EventsCollection is null or empty.
See Also
Reference
PublishedNewsFeedWebPart Class