Interface IContextUserControl
Context based control interface.
Namespace: Mediachase.Commerce.Engine
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public interface IContextUserControl
Methods
LoadContext(IDictionary)
Loads the context.
Declaration
void LoadContext(IDictionary context)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IDictionary | context | The context. |