DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ItemService.DeleteResult

    Represents the result of an item delete operation.

    Inheritance
    object
    ItemService.DeleteResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>
    In this article
    Back to top Generated by DocFX