ComponentOne Dialog for ASP.NET Web Forms
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 _
    ) 
    public new void Add( 
       C1SiteMapNode node
    )

    Parameters

    node
    node to add
    See Also