Click or drag to resize
IEditableAreasConfigurationValidator Interface

Note: This API is now obsolete.

Provides interface for validation of serialized EditableAreasConfiguration.

Namespace: Kentico.PageBuilder.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This interface is obsolete. It was not intended for public use. The configuration validation is handled a different way.")]
public interface IEditableAreasConfigurationValidator

The IEditableAreasConfigurationValidator type exposes the following members.

Methods
  NameDescription
Public methodValidate
Validates serialized EditableAreasConfiguration.
Top
See Also