FormFieldInfo GetXmlNode Method (XmlDocument, IList String , Boolean)Kentico 8.0 API Reference
Returns the XML node representing the FormFieldInfo object.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

doc
Type: OnlineSystem.Xml XmlDocument
Root document
allowedAttributes
Type: OnlineSystem.Collections.Generic IList OnlineString 
List of allowed attributes. All allowed if null.
addSettings
Type: OnlineSystem Boolean
Indicates whether additional settings should be added

Return Value

Type: OnlineXmlNode
See Also