Table of Contents

Class ObjectsRetrievalResult<T>

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

Result of objects retrieval.

public sealed class ObjectsRetrievalResult<T>

Type Parameters

T

Denotes a type of Value property.

Inheritance
object
ObjectsRetrievalResult<T>
Extension Methods

Properties

NextPageAvailable

Returns true if there is more items than loaded.

public bool NextPageAvailable { get; set; }

Property Value

bool

Objects

Retrieved objects.

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

Property Value

IEnumerable<ObjectSelectorListItem<T>>

See Also