Click or drag to resize
SpecialFieldsDefinitionLoadFromText Method
Loads special fields from source text.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void LoadFromText(
	string text
)

Parameters

text
Type: SystemString
Source text with fields definition
See Also