Table of Contents

Class LoadFilteredTreeDataCommandArguments

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

Load filtered tree data arguments.

public class LoadFilteredTreeDataCommandArguments
Inheritance
object
LoadFilteredTreeDataCommandArguments
Extension Methods

Properties

LanguageName

Code name of the language in which the search is performed.

public string LanguageName { get; set; }

Property Value

string

SearchTerm

Search term to filter the tree nodes.

public string SearchTerm { get; set; }

Property Value

string

WebsiteChannelId

Identifier of website channel in which the search is being performed.

public int? WebsiteChannelId { get; set; }

Property Value

int?