Click or drag to resize
FormFieldInfoGetVisibilityXml Method
Returns the XML node representing the FormFieldInfo object only with limited properties. XML node contains only: field name, field visibility

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax
C#
public XmlNode GetVisibilityXml(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument

Return Value

Type: XmlNode
See Also