asp.net.ph

SiteMapNodeCollection Class

System.Web Namespace


.NET Framework version 2.0

Provides a strongly typed collection for SiteMapNode objects and implements the IHierarchicalEnumerable interface to support navigating through the collection.

SiteMapNodeCollection Class Members

Collapse   Constructors

Visibility Constructor Parameters
public SiteMapNodeCollection ( )
public SiteMapNodeCollection ( Int32 capacity )
public SiteMapNodeCollection ( SiteMapNode value )
public SiteMapNodeCollection ( SiteMapNode value )
public SiteMapNodeCollection ( SiteMapNodeCollection value )

Collapse   Properties

Visibility Name Value Type Accessibility
public Count Int32 [ Get ]
public IsFixedSize Boolean [ Get ]
public IsReadOnly Boolean [ Get ]
public IsSynchronized Boolean [ Get ]
public Item ( Int32 index ) SiteMapNode [ Get , Set ]
public SyncRoot Object [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public Add ( SiteMapNode value ) Int32
public AddRange ( SiteMapNodeCollection value ) Void
public AddRange ( SiteMapNode value ) Void
public Clear ( ) Void
public Contains ( SiteMapNode value ) Boolean
public CopyTo ( SiteMapNode array , Int32 index ) Void
public GetDataSourceView ( SiteMapDataSource owner , String viewName ) SiteMapDataSourceView
public GetEnumerator ( ) IEnumerator
public GetHierarchicalDataSourceView ( ) SiteMapHierarchicalDataSourceView
public GetHierarchyData ( Object enumeratedItem ) IHierarchyData
public IndexOf ( SiteMapNode value ) Int32
public Insert ( Int32 index , SiteMapNode value ) Void
protected OnValidate ( Object value ) Void
public static ReadOnly ( SiteMapNodeCollection collection ) SiteMapNodeCollection
public Remove ( SiteMapNode value ) Void
public RemoveAt ( Int32 index ) Void

Remarks


Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph