Interface IManifestValueValidator
Defines a value validator that can be referenced in a manifest.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public interface IManifestValueValidator : IValueValidator
Remarks
If the manifest can be configured, then it should expose a Configuration property.
Properties
View SourceValidationName
Gets the name of the validator.
Declaration
string ValidationName { get; }
Property Value
Type | Description |
---|---|
System.String |