Click or drag to resize
ValidationRuleConfigurationsXmlSerializerGetConfiguredObjectType Method
Gets validation rule type from a typeIdentifier.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
protected override Type GetConfiguredObjectType(
	string typeIdentifier
)

Parameters

typeIdentifier
Type: SystemString

Return Value

Type: Type
See Also