Interface IWebPagePanelItemModifierActivator
Provides methods for activating an instance of IWebPagePanelItemModifier.
public interface IWebPagePanelItemModifierActivator
- Extension Methods
Methods
Activate(Type)
Creates an instance of a type given by webPagePanelItemModifierType
.
IWebPagePanelItemModifier Activate(Type webPagePanelItemModifierType)
Parameters
webPagePanelItemModifierType
TypeWebPage panel item modifier type.
Returns
Exceptions
- InvalidOperationException
Thrown when given
webPagePanelItemModifierType
doesn't implement IWebPagePanelItemModifier interface.- ArgumentNullException
Thrown when the
webPagePanelItemModifierType
is null.