Table of Contents

Class GetSelectionCommandResult<TBindingValueType>

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

Result of the get selection command.

public sealed class GetSelectionCommandResult<TBindingValueType>

Type Parameters

TBindingValueType
Inheritance
object
GetSelectionCommandResult<TBindingValueType>
Extension Methods

Properties

SelectedIdentifiers

Selected identifiers.

public ICollection<TBindingValueType> SelectedIdentifiers { get; set; }

Property Value

ICollection<TBindingValueType>