Class ContentSettingsValidator
Validator for configuration representated as ContentSettings.
Namespace: Umbraco.Cms.Core.Configuration.Models.Validation
Assembly: Umbraco.Core.dll
Syntax
public class ContentSettingsValidator : ConfigurationValidatorBaseMethods
View SourceValidate(String, ContentSettings)
Declaration
public ValidateOptionsResult Validate(string name, ContentSettings options)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | |
| ContentSettings | options | 
Returns
| Type | Description | 
|---|---|
| ValidateOptionsResult |