Search Results for

    Show / Hide Table of Contents
    View Source

    Class CultureAndScheduleRequestModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Document
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CultureAndScheduleRequestModel

    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 ScheduleRequestModel Schedule { get; set; }
    Property Value
    Type Description
    ScheduleRequestModel
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Culture
      • Schedule
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX