Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentVariantScheduleDisplay

    Inheritance
    System.Object
    ContentVariantDisplay
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentVariantScheduleDisplay : ContentVariantDisplay, ITabbedContent<ContentPropertyDisplay>, IContentProperties<ContentPropertyDisplay>, INotificationModel

    Properties

    View Source

    ExpireDate

    Declaration
    [DataMember(Name = "expireDate")]
    public DateTime? ExpireDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    View Source

    ReleaseDate

    Declaration
    [DataMember(Name = "releaseDate")]
    public DateTime? ReleaseDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ExpireDate
      • ReleaseDate
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX