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.
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