Click or drag to resize
FormVisibilityInfoLoadXmlDefinition Method
Loads XML document from the specified string.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public void LoadXmlDefinition(
	string xmlString,
	string formName
)

Parameters

xmlString
Type: SystemString
String containing XML document to load
formName
Type: SystemString
Form name
See Also