RSSAggregatorWebPartMobileAdapter.CreateControlsForDetailView Method
Renders a detailed 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 CreateControlsForDetailView
'Usage
Me.CreateControlsForDetailView()
protected override void CreateControlsForDetailView()
Remarks
This override creates a detailed view of the RSSAggregatorWebPart based on the type of Really Simple Syndication (RSS) used.
The detailed view contains the Web Part title, link, update date, and content description if this information exists.
If the ItemCount property is 0, the RSS data failed to load and the detailed view will be empty.
See Also
Reference
RSSAggregatorWebPartMobileAdapter Class