Table of Contents

Class PageExtenderAttribute

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Registers an extender for a UI page.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class PageExtenderAttribute : Attribute
Inheritance
object
Attribute
PageExtenderAttribute
Extension Methods

Constructors

PageExtenderAttribute(Type)

Initializes a new instance of the PageExtenderAttribute class.

public PageExtenderAttribute(Type extenderType)

Parameters

extenderType Type

Type of the extender.

Properties

ExtenderType

Type of the extender class of the UI page.

public Type ExtenderType { get; }

Property Value

Type