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
    System.String validationErrorMessage

    The validation error message.

    Returns
    Type Description
    System.Boolean

    true when the validation passes; otherwise, false.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Validate(out String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX