Class GetSelectionCommandResult
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing.UIPages
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Result of the get selection command.
public sealed class GetSelectionCommandResult
- Inheritance
-
objectGetSelectionCommandResult
- Extension Methods
Constructors
GetSelectionCommandResult()
public GetSelectionCommandResult()
Properties
SelectedItems
Selected items.
public IEnumerable<object> SelectedItems { get; init; }
Property Value
- IEnumerable<object>