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 SourceCultureAndScheduleModel()
Declaration
public CultureAndScheduleModel()
Properties
View SourceCulturesToPublishImmediately
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> |
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 |