Class ItemService.DeleteResult
Represents the result of an item delete operation.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ItemService.DeleteResult
Properties
Entries
Gets or sets the list of entries that were deleted.
Declaration
public List<ItemService.DeleteResult.DeleteEntry> Entries { get; set; }
Property Value
Type | Description |
---|---|
List<ItemService.DeleteResult.DeleteEntry> |