Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRuntimeModeValidationService

    Provides a service to validate configuration based on the runtime mode.

    Namespace: Umbraco.Cms.Infrastructure.Runtime
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IRuntimeModeValidationService

    Methods

    View Source

    Validate(out string?)

    Validates configuration based on the runtime mode.

    Declaration
    bool Validate(out string? validationErrorMessage)
    Parameters
    Type Name Description
    string validationErrorMessage

    The validation error message.

    Returns
    Type Description
    bool

    true when the validation passes; otherwise, false.

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