System.Web.UI.IHierarchyData.Path Property

Gets the hierarchical path of the node.

Syntax

public string Path { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IHierarchyData.Path property can be passed to the HierarchicalDataSourceControl.GetHierarchicalView(string) method to retrieve the System.Web.UI.HierarchicalDataSourceView object that corresponds to the node identified by IHierarchyData.Path.

Note:

The IHierarchyData.Path property should not contain any sensitive information about the host environment, because it might be rendered to the client in a data-bound control.

Requirements

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