ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1SiteMap Namespace / C1SiteMapNodeCollection Class / Remove Method
node to remove

In This Topic
    Remove Method (C1SiteMapNodeCollection)
    In This Topic
    Removes C1SiteMapNode node from the collection. node to remove
    Syntax
    'Declaration
     
    Public Shadows Sub Remove( _
       ByVal node As C1SiteMapNode _
    ) 
    public new void Remove( 
       C1SiteMapNode node
    )

    Parameters

    node
    node to remove
    See Also