Table of Contents

Class SettingsSearch

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

Settings search page.

public sealed class SettingsSearch : SettingsDetailsPageBase, IPage
Inheritance
object
SettingsSearch
Implements
Inherited Members
Extension Methods

Constructors

SettingsSearch(IFormDataBinder, IFormComponentCommandInvoker)

Initializes a new instance of the SettingsDetails class.

public SettingsSearch(IFormDataBinder formDataBinder, IFormComponentCommandInvoker formComponentCommandInvoker)

Parameters

formDataBinder IFormDataBinder
formComponentCommandInvoker IFormComponentCommandInvoker

Methods

ConfigureTemplateProperties(SettingsDetailTemplateClientProperties)

Gets the object representing client side template properties.

public override Task<SettingsDetailTemplateClientProperties> ConfigureTemplateProperties(SettingsDetailTemplateClientProperties properties)

Parameters

properties SettingsDetailTemplateClientProperties

Initialized properties object.

Returns

Task<SettingsDetailTemplateClientProperties>

Filter(string)

Handles the filter command invocation.

public Task<ICommandResponse<List<SettingsGroupCategory>>> Filter(string filter)

Parameters

filter string

String to filter by.

Returns

Task<ICommandResponse<List<SettingsGroupCategory>>>

Returns the filtered setting keys.