System.Web.SiteMapNode.IsAccessibleToUser Method

Gets a value indicating whether the specified site map node can be viewed by the user in the specified context.

Syntax

public virtual bool IsAccessibleToUser (HttpContext ctx)

Parameters

ctx
Documentation for this section has not yet been entered.

Returns

true if any one of the following conditions is met: the security trimming is enabled and the current user is a member of at least one of the roles allowing access to view the site map node; the current user is authorized specifically for the requested node's URL in the authorization element for the current application and the URL is located within the directory structure for the application; the current thread has an associated System.Security.Principal.WindowsIdentity that has file access to the requested node's URL and the URL is located within the directory structure for the application; or security trimming is not enabled and therefore any user is allowed to view the site map node; otherwise, false.

Remarks

The SiteMapNode.IsAccessibleToUser(HttpContext) method calls the SiteMapProvider.IsAccessibleToUser(HttpContext, SiteMapNode) method of the provider that the node is associated with, passing the specified context.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0