다음을 통해 공유


RSSAggregatorWebPartMobileAdapter.CreateControlsForSummaryView Method

Renders a summary view of the RSSAggregatorWebPart on mobile devices.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub CreateControlsForSummaryView
'Usage

Me.CreateControlsForSummaryView()
protected override void CreateControlsForSummaryView()

Remarks

This override creates a summary view of the RSSAggregatorWebPart based on the type of RSS.

If the value of the ItemCount property is greater than the value of the ItemCountForSummaryView() property, the summary view will contain a link to a detailed view for more content.

See Also

Reference

RSSAggregatorWebPartMobileAdapter Class

RSSAggregatorWebPartMobileAdapter Members

Microsoft.SharePoint.Portal.WebControls Namespace