Class ValidateContentUpdateModel
Represents a model for validating content updates.
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ValidateContentUpdateModel : ContentUpdateModel
Constructors
View SourceValidateContentUpdateModel()
Declaration
public ValidateContentUpdateModel()
Properties
View SourceCultures
Gets or sets the set of cultures to validate, or null to validate all cultures.
Declaration
public ISet<string>? Cultures { get; set; }
Property Value
| Type | Description |
|---|---|
| ISet<string> |