Interface IManagementSitemap
Site map interface used to create navigation structure in the management console. The Initialize method will be called once and will allow one to create menu choices.
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface IManagementSitemap
Methods
Initialize(ManagementContext)
Use this method to create menu items in the Management Console.
Declaration
void Initialize(ManagementContext context)
Parameters
Type | Name | Description |
---|---|---|
ManagementContext | context | The context. |