Click or drag to resize
KenticoValidationRuleMetadataController Class
Provides endpoints for retrieving the validation rule metadata.
Inheritance Hierarchy
SystemObject
  ApiController
    Kentico.Forms.Web.Mvc.InternalKenticoValidationRuleMetadataController

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class KenticoValidationRuleMetadataController : ApiController

The KenticoValidationRuleMetadataController type exposes the following members.

Constructors
  NameDescription
Public methodKenticoValidationRuleMetadataController
Initializes a new instance of the KenticoValidationRuleMetadataController class.
Top
Methods
  NameDescription
Public methodGetAll
Gets metadata for all registered validation rules grouped by their type and alphabetically ordered.
Top
See Also