Table of Contents

Class WebPagesWithUrlWebPagePanelItemModifier

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

Modifier that prevents selection of a WebPagePanelItem that doesn't have URL or is not translated in current language.

public class WebPagesWithUrlWebPagePanelItemModifier : IWebPagePanelItemModifier
Inheritance
object
WebPagesWithUrlWebPagePanelItemModifier
Implements
Extension Methods

Constructors

WebPagesWithUrlWebPagePanelItemModifier(ILocalizationService)

Initializes an instance of the WebPagesWithUrlWebPagePanelItemModifier class.

public WebPagesWithUrlWebPagePanelItemModifier(ILocalizationService localizationService)

Parameters

localizationService ILocalizationService

Exceptions

ArgumentNullException

Thrown when localizationService is null.

Methods

Modify(WebPagePanelItem, WebPagePanelItemModifierParameters)

Modifies given webPagePanelItem .

public WebPagePanelItem Modify(WebPagePanelItem webPagePanelItem, WebPagePanelItemModifierParameters webPagePanelItemModifierParameters)

Parameters

webPagePanelItem WebPagePanelItem

Item to be modified.

webPagePanelItemModifierParameters WebPagePanelItemModifierParameters

Additional parameters corresponding to the webPagePanelItem.

Returns

WebPagePanelItem

Modified webPagePanelItem.