Click or drag to resize
FormFieldInfoGetXmlNode Method (XmlDocument, IListString, Boolean)
Returns the XML node representing the FormFieldInfo object.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public XmlNode GetXmlNode(
	XmlDocument doc,
	IList<string> allowedAttributes,
	bool addSettings
)

Parameters

doc
Type: System.XmlXmlDocument
Root document
allowedAttributes
Type: System.Collections.GenericIListString
List of allowed attributes. All allowed if null.
addSettings
Type: SystemBoolean
Indicates whether additional settings should be added

Return Value

Type: XmlNode
See Also