Search Results for

    Show / Hide Table of Contents
    View Source

    Class UpdateContentRequestModelBase<TValueModel, TVariantModel>

    Serves as the base class for content update request models, providing generic parameters for value and variant models.

    Inheritance
    object
    ContentModelBase<TValueModel, TVariantModel>
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Content
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class UpdateContentRequestModelBase<TValueModel, TVariantModel> : ContentModelBase<TValueModel, TVariantModel> where TValueModel : ValueModelBase where TVariantModel : VariantModelBase
    Type Parameters
    Name Description
    TValueModel

    Specifies the type used for the content value model.

    TVariantModel

    Specifies the type used for the content variant model.

    Constructors

    View Source

    UpdateContentRequestModelBase()

    Declaration
    protected UpdateContentRequestModelBase()
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX