Click or drag to resize
FormFieldInfoGetMaxInputLength Method
Gets the maximum input length for a given field

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public int GetMaxInputLength(
	MacroResolver resolver
)

Parameters

resolver
Type: CMS.MacroEngineMacroResolver
Macro resolver for the properties

Return Value

Type: Int32
See Also