Search Results for

    Show / Hide Table of Contents
    View Source

    Class VariantResponseModelBase

    Serves as the base class for response models representing content variants in the API.

    Inheritance
    object
    VariantModelBase
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Content
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class VariantResponseModelBase : VariantModelBase, IHasCultureAndSegment

    Constructors

    View Source

    VariantResponseModelBase()

    Declaration
    protected VariantResponseModelBase()

    Properties

    View Source

    CreateDate

    Gets or sets the creation date of the content variant.

    Declaration
    public DateTimeOffset CreateDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    View Source

    UpdateDate

    Gets or sets the date and time when the content variant was last updated.

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