Click or drag to resize
FormFieldInfoGetHiddenNode Method
Returns the XML node with visibility attribute set to false.

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

Parameters

doc
Type: System.XmlXmlDocument
Root document

Return Value

Type: XmlNode
See Also