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.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function GenerateHtmlForItemIcon ( _
oneDataRow As DataRow, _
iIndexOfItemInDataSet As Integer, _
iIndexOfItemInGroup As Integer, _
strElemIDPrefix As String _
) As String
'Usage
Dim oneDataRow As DataRow
Dim iIndexOfItemInDataSet As Integer
Dim iIndexOfItemInGroup As Integer
Dim strElemIDPrefix As String
Dim returnValue As String
returnValue = Me.GenerateHtmlForItemIcon(oneDataRow, _
iIndexOfItemInDataSet, iIndexOfItemInGroup, _
strElemIDPrefix)
protected override string GenerateHtmlForItemIcon(
DataRow oneDataRow,
int iIndexOfItemInDataSet,
int iIndexOfItemInGroup,
string strElemIDPrefix
)
Parameters
- oneDataRow
Type: System.Data.DataRow
- iIndexOfItemInDataSet
Type: System.Int32
- iIndexOfItemInGroup
Type: System.Int32
- strElemIDPrefix
Type: System.String
Return Value
Type: System.String