AggregationWebPart.RenderFromDataRows Method
Reserved for internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub RenderFromDataRows ( _
items As SortedList _
)
'Usage
Dim items As SortedList
Me.RenderFromDataRows(items)
protected void RenderFromDataRows(
SortedList items
)
Parameters
- items
Type: System.Collections.SortedList