Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSaveValidationAttribute

    Validates the incoming model along with if the user is allowed to perform the operation

    Inheritance
    System.Object
    System.Attribute
    Microsoft.AspNetCore.Mvc.TypeFilterAttribute
    Namespace: Umbraco.Cms.Web.BackOffice.Filters
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public sealed class ContentSaveValidationAttribute : TypeFilterAttribute, IFilterFactory, IOrderedFilter, IFilterMetadata

    Constructors

    View Source

    ContentSaveValidationAttribute(Boolean)

    Declaration
    public ContentSaveValidationAttribute(bool skipUserAccessValidation = false)
    Parameters
    Type Name Description
    System.Boolean skipUserAccessValidation
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentSaveValidationAttribute(Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX