Class LoadDeleteTableItemsCommandArguments
Represents arguments for the load delete table items command.
public sealed class LoadDeleteTableItemsCommandArguments
- Inheritance
-
objectLoadDeleteTableItemsCommandArguments
- 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>