Class ContentItemPanelResult
- Namespace
- Kentico.Xperience.Admin.Base.Components
- Assembly
- Kentico.Xperience.Admin.Base.dll
Result representing data from Kentico.Xperience.Admin.Base.Components.IContentItemPanelItemProvider.
public sealed class ContentItemPanelResult
- Inheritance
-
objectContentItemPanelResult
- Extension Methods
Constructors
ContentItemPanelResult(IEnumerable<ContentItemPanelItem>, int)
Initializes an instance of the ContentItemPanelResult class.
public ContentItemPanelResult(IEnumerable<ContentItemPanelItem> items, int totalItems)
Parameters
items
IEnumerable<ContentItemPanelItem>Enumeration of content items.
totalItems
intNumber of total records.
Properties
Items
List of content items.
public IEnumerable<ContentItemPanelItem> Items { get; }
Property Value
- IEnumerable<ContentItemPanelItem>
TotalItems
Number of total records.
public int TotalItems { get; }
Property Value
- int