Table of Contents

Interface IWebPagePanelItemModifierActivator

Namespace
Kentico.Xperience.Admin.Websites
Assembly
Kentico.Xperience.Admin.Websites.dll

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 Type

WebPage panel item modifier type.

Returns

IWebPagePanelItemModifier

Exceptions

InvalidOperationException

Thrown when given webPagePanelItemModifierType doesn't implement IWebPagePanelItemModifier interface.

ArgumentNullException

Thrown when the webPagePanelItemModifierType is null.