Search Results for

    Show / Hide Table of Contents

    Class CmsObjectList

    A list of objects

    Inheritance
    object
    CmsObjectList
    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 CmsObjectList

    Properties

    Continue

    There are more items to request if this is not null. Provide this value with the next request as the "continue" parameter.

    Declaration
    [JsonPropertyName("continue")]
    public string Continue { get; set; }
    Property Value
    Type Description
    string

    Count

    The number of objects in the list

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

    Objects

    The list of objects

    Declaration
    [JsonPropertyName("objects")]
    public List<CmsObject> Objects { get; set; }
    Property Value
    Type Description
    List<CmsObject>
    In this article
    Back to top Version 6.1.0.31rc