Search Results for

    Show / Hide Table of Contents

    Class DeleteObjectsResponse

    Response to a delete objects request

    Inheritance
    object
    DeleteObjectsResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    public class DeleteObjectsResponse

    Properties

    DeletedObjects

    The number of objects that have been deleted

    Declaration
    [JsonPropertyName("deletedObjects")]
    public int DeletedObjects { get; set; }
    Property Value
    Type Description
    int

    Transaction

    The transaction, if any

    Declaration
    [JsonPropertyName("transaction")]
    public CmsTransaction Transaction { get; set; }
    Property Value
    Type Description
    CmsTransaction
    In this article
    Back to top Version 6.1.0.31rc