Table of Contents

Interface ISubcaptionComponent

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

Configures which component to display as a subcaption in listing template.

public interface ISubcaptionComponent
Extension Methods

Properties

ComponentName

The name of the component to display as a subcaption.

string ComponentName { get; }

Property Value

string

Methods

GetClientProperties()

Function providing client properties for the subcaption loader.

Task<SubcaptionComponentClientProperties> GetClientProperties()

Returns

Task<SubcaptionComponentClientProperties>