Class LoadContentItemPanelItemsCommandArguments
- Namespace
- Kentico.Xperience.Admin.Base.Components
- Assembly
- Kentico.Xperience.Admin.Base.dll
Command argument for loading content items into panel.
public sealed class LoadContentItemPanelItemsCommandArguments
- Inheritance
-
objectLoadContentItemPanelItemsCommandArguments
- Extension Methods
Properties
ContentItemIds
Optional. Limits the request only to load items with the specific IDs.
public ICollection<int> ContentItemIds { get; set; }
Property Value
- ICollection<int>
CurrentPage
Gets or set selected page.
public int CurrentPage { get; set; }
Property Value
- int
FilterType
Gets or sets the filter type.
public LoadContentItemPanelItemsFilterType FilterType { get; set; }
Property Value
LanguageName
Content language codename.
public string LanguageName { get; set; }
Property Value
- string
PageSize
Gets or sets selected page size.
public int PageSize { get; set; }
Property Value
- int
SearchTerm
Gets or sets the value to filter entries by.
public string SearchTerm { get; set; }
Property Value
- string