C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeCollection Class / Insert Method
collection index
node to insert

In This Topic
Insert Method (C1SiteMapNodeCollection)
In This Topic
Inserts C1SiteMapNode node to the collection.
Syntax
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As System.Integer, _
   ByVal node As C1SiteMapNode _
) 
 

Parameters

index
collection index
node
node to insert
See Also