Table of Contents

Class LoadSelectedObjectsCommandResult<T>

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

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

public sealed class LoadSelectedObjectsCommandResult<T>

Type Parameters

T

Denotes a type of Value.

Inheritance
object
LoadSelectedObjectsCommandResult<T>
Extension Methods

Properties

Objects

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

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

Property Value

IEnumerable<ObjectSelectorListItem<T>>