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 | 
|---|---|---|
| System.String | validationErrorMessage | The validation error message.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
  |