Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnattendedSettingsValidator

    Validator for configuration representated as UnattendedSettings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models.Validation
    Assembly: Umbraco.Core.dll
    Syntax
    public class UnattendedSettingsValidator

    Methods

    View Source

    Validate(string?, UnattendedSettings)

    Validates a specified named options instance (or all if name is null).

    Declaration
    public ValidateOptionsResult Validate(string? name, UnattendedSettings options)
    Parameters
    Type Name Description
    string name

    The name of the options instance being validated.

    UnattendedSettings options

    The options instance.

    Returns
    Type Description
    ValidateOptionsResult

    The Microsoft.Extensions.Options.ValidateOptionsResult result.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX