ListSiteMapNodeItem Constructor
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
itemIndex As Integer, _
itemType As SiteMapNodeItemType _
)
'Usage
Dim itemIndex As Integer
Dim itemType As SiteMapNodeItemType
Dim instance As New ListSiteMapNodeItem(itemIndex, _
itemType)
public ListSiteMapNodeItem(
int itemIndex,
SiteMapNodeItemType itemType
)
Parameters
- itemIndex
Type: System.Int32
- itemType
Type: System.Web.UI.WebControls.SiteMapNodeItemType