asp.net.ph

SiteMapNode Class

System.Web Namespace


.NET Framework version 2.0

Represents a node in the hierarchical site map structure such as that described by the SiteMap class and classes that implement the abstract SiteMapProvider class.

SiteMapNode Class Members

Collapse   Constructors

Visibility Constructor Parameters
public SiteMapNode ( SiteMapProvider provider , String key )
public SiteMapNode ( SiteMapProvider provider , String key , String url )
public SiteMapNode ( SiteMapProvider provider , String key , String url , String title )
public SiteMapNode ( SiteMapProvider provider , String key , String url , String title , String description )
public SiteMapNode ( SiteMapProvider provider , String key , String url , String title , String description , IList roles , NameValueCollection attributes , NameValueCollection explicitResourceKeys , String implicitResourceKey )

Collapse   Properties

Visibility Name Value Type Accessibility
public ChildNodes SiteMapNodeCollection [ Get , Set ]
public Description String [ Get , Set ]
public HasChildNodes Boolean [ Get ]
public Item ( String key ) String [ Get , Set ]
public Key String [ Get ]
public NextSibling SiteMapNode [ Get ]
public ParentNode SiteMapNode [ Get , Set ]
public PreviousSibling SiteMapNode [ Get ]
public Provider SiteMapProvider [ Get ]
public ReadOnly Boolean [ Get , Set ]
public ResourceKey String [ Get , Set ]
public Roles IList [ Get , Set ]
public RootNode SiteMapNode [ Get ]
public Title String [ Get , Set ]
public Url String [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public Clone ( Boolean cloneParentNodes ) SiteMapNode
public Clone ( ) SiteMapNode
public Equals ( Object obj ) Boolean
public GetAllNodes ( ) SiteMapNodeCollection
public GetDataSourceView ( SiteMapDataSource owner , String viewName ) SiteMapDataSourceView
protected GetExplicitResourceString ( String attributeName , String defaultValue , Boolean throwIfNotFound ) String
public GetHashCode ( ) Int32
public GetHierarchicalDataSourceView ( ) SiteMapHierarchicalDataSourceView
protected GetImplicitResourceString ( String attributeName ) String
public IsAccessibleToUser ( HttpContext context ) Boolean
public IsDescendantOf ( SiteMapNode node ) Boolean
public ToString ( ) String

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