Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeliveryApiSettingsValidator

    Validator for configuration represented as DeliveryApiSettings.

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

    Constructors

    View Source

    DeliveryApiSettingsValidator(ILogger<DeliveryApiSettingsValidator>)

    Initializes a new instance of the DeliveryApiSettingsValidator class.

    Declaration
    public DeliveryApiSettingsValidator(ILogger<DeliveryApiSettingsValidator> logger)
    Parameters
    Type Name Description
    ILogger<DeliveryApiSettingsValidator> logger

    The logger.

    Methods

    View Source

    Validate(string?, DeliveryApiSettings)

    Declaration
    public ValidateOptionsResult Validate(string? name, DeliveryApiSettings options)
    Parameters
    Type Name Description
    string name
    DeliveryApiSettings options
    Returns
    Type Description
    ValidateOptionsResult
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX