Table of Contents

Class LoadObjectsCommandResult<T>

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

Result of a command which loads selection items for object selector.

public sealed class LoadObjectsCommandResult<T>

Type Parameters

T

Denotes a type of Value.

Inheritance
object
LoadObjectsCommandResult<T>
Extension Methods

Properties

NextPageAvailable

Returns true if there is more items than loaded.

public bool NextPageAvailable { get; set; }

Property Value

bool

Objects

A collection of items which are presented to a user in the UI.

public IEnumerable<ObjectSelectorListItem<T>> Objects { get; set; }

Property Value

IEnumerable<ObjectSelectorListItem<T>>