FormFieldInfoGetXmlNode Method (XmlDocument, IListString, Boolean) |
Note: This API is now obsolete.
Returns the XML node representing the FormFieldInfo object.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("This method is obsolete. Use GetXmlNode(XmlDocument) instead.")]
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:
XmlNodeSee Also