Table of Contents

Class LoadSelectorDataCommandArguments

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

Command arguments for loading table data inside of content item selector.

public sealed class LoadSelectorDataCommandArguments : LoadDataCommandArguments
Inheritance
object
LoadSelectorDataCommandArguments
Inherited Members
Extension Methods

Constructors

LoadSelectorDataCommandArguments()

public LoadSelectorDataCommandArguments()

Properties

DisableUntranslatedItemsWithoutFallback

Gets or sets indication whether untranslated images without suitable fallback language variant should be disabled.

public bool? DisableUntranslatedItemsWithoutFallback { get; set; }

Property Value

bool?

FilterType

Gets or sets the filter type.

public LoadContentItemPanelItemsFilterType FilterType { get; set; }

Property Value

LoadContentItemPanelItemsFilterType

FolderId

Content folder id.

public int? FolderId { get; set; }

Property Value

int?

WorkspaceId

Gets or sets workspace id.

public int WorkspaceId { get; set; }

Property Value

int