Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValidateContentUpdateModel

    Represents a model for validating content updates.

    Inheritance
    object
    ContentEditingModelBase
    ContentUpdateModel
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ValidateContentUpdateModel : ContentUpdateModel

    Constructors

    View Source

    ValidateContentUpdateModel()

    Declaration
    public ValidateContentUpdateModel()

    Properties

    View Source

    Cultures

    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>
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX