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: 13.30.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 |
---|---|---|
Management |
context | The context. |