Table of Contents

Class LoadDeleteTableItemsCommandArguments

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

Represents arguments for the load delete table items command.

public sealed class LoadDeleteTableItemsCommandArguments
Inheritance
object
LoadDeleteTableItemsCommandArguments
Extension Methods

Properties

Identifiers

Gets or sets the identifiers of the content items to be deleted.

public IEnumerable<int> Identifiers { get; set; }

Property Value

IEnumerable<int>