Search Results for

    Show / Hide Table of Contents
    View Source

    Class CultureAndScheduleModel

    Represents a model containing cultures to publish immediately and scheduled publishing information.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.ContentPublishing
    Assembly: Umbraco.Core.dll
    Syntax
    public class CultureAndScheduleModel

    Constructors

    View Source

    CultureAndScheduleModel()

    Declaration
    public CultureAndScheduleModel()

    Properties

    View Source

    CulturesToPublishImmediately

    Gets or sets the set of cultures that should be published immediately.

    Declaration
    public required ISet<string> CulturesToPublishImmediately { get; set; }
    Property Value
    Type Description
    ISet<string>
    View Source

    Schedules

    Gets or sets the collection of content schedules for scheduled publishing and unpublishing.

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