Interface IAdminContextControl
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface IAdminContextControl
Methods
LoadContext(IDictionary)
Loads the context.
Declaration
void LoadContext(IDictionary context)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | context | The context. |