Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCollectionResponseModelBase<TValueResponseModelBase, TVariantResponseModel>

    Serves as the base response model for a collection of content items, parameterized by value and variant response model types.

    Inheritance
    object
    ContentModelBase<TValueResponseModelBase, TVariantResponseModel>
    ContentResponseModelBase<TValueResponseModelBase, TVariantResponseModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Content
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class ContentCollectionResponseModelBase<TValueResponseModelBase, TVariantResponseModel> : ContentResponseModelBase<TValueResponseModelBase, TVariantResponseModel>, IHasFlags where TValueResponseModelBase : ValueResponseModelBase where TVariantResponseModel : VariantResponseModelBase
    Type Parameters
    Name Description
    TValueResponseModelBase
    TVariantResponseModel

    Constructors

    View Source

    ContentCollectionResponseModelBase()

    Declaration
    protected ContentCollectionResponseModelBase()

    Properties

    View Source

    Creator

    Gets or sets the name or identifier of the user who created the content.

    Declaration
    public string? Creator { get; set; }
    Property Value
    Type Description
    string
    View Source

    SortOrder

    Gets or sets the sort order of the content item within the collection.

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX