Search Results for

    Show / Hide Table of Contents
    View Source

    Class CulturePublishScheduleModel

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

    Properties

    View Source

    Culture

    Gets or sets the culture. Null means invariant.

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

    Schedule

    Gets or sets the schedule of publishing. Null means immediately.

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