FormVisibilityInfoLoadXmlDefinition Method |
Loads XML document from the specified string.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax public void LoadXmlDefinition(
string xmlString,
string formName
)
Parameters
- xmlString
- Type: SystemString
String containing XML document to load - formName
- Type: SystemString
Form name
See Also