MobileListSiteMapNodeItem constructor
Namespace: Microsoft.SharePoint.Mobile.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 MobileListSiteMapNodeItem(itemIndex, _
itemType)
public MobileListSiteMapNodeItem(
int itemIndex,
SiteMapNodeItemType itemType
)
Parameters
- itemIndex
Type: System.Int32
- itemType
Type: System.Web.UI.WebControls.SiteMapNodeItemType
See also
Reference
MobileListSiteMapNodeItem class