C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeCollection Class / Add Method
node to add

In This Topic
Add Method (C1SiteMapNodeCollection)
In This Topic
Adds C1SiteMapNode node to the collection.
Syntax
'Declaration
 
Public Shadows Sub Add( _
   ByVal node As C1SiteMapNode _
) 
 

Parameters

node
node to add
See Also