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 SourceValidate(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 |
|