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
-
objectLoadSelectorDataCommandArguments
- Inherited Members
- Extension Methods
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
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