Table of Contents

Class StringFieldComparisonValidationRuleClientProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Configuration properties for StringFieldComparisonValidationRule.

public sealed class StringFieldComparisonValidationRuleClientProperties : ValidationRuleClientProperties
Inheritance
object
StringFieldComparisonValidationRuleClientProperties
Inherited Members
Extension Methods

Properties

DependeeFieldName

Gets or sets name of other field used for comparison.

public string DependeeFieldName { get; set; }

Property Value

string

FieldComparison

Gets or sets fields value comparison type.

public string FieldComparison { get; set; }

Property Value

string

UnformattedErrorMessage

Unformatted error message for the client validation rule that resolves the dependee value placeholder on its own.

public string UnformattedErrorMessage { get; set; }

Property Value

string