Interface INavViewControl
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface INavViewControl
Properties
RootNode
Gets or sets the root node.
Declaration
SiteMapNode RootNode { get; set; }
Property Value
Type | Description |
---|---|
System.Web.SiteMapNode | The root node. |