Search Results for

    Show / Hide Table of Contents
    View Source

    Class CulturePublishScheduleModel

    Inheritance
    System.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
    System.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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Culture
      • Schedule
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX