Loads an XML database which is used to create table and field name menu items in the mailings ribbon tab.
Introduced: X13.
public Web.MVC.TextControl LoadXMLDatabase(string fileName);
public Web.MVC.TextControl LoadXMLDatabase(System.Xml.XmlDocument xmlDocument);
public Web.MVC.TextControl LoadXMLDatabase(System.IO.FileStream fileStream);
Parameter | Description |
---|---|
file |
Specifies an xml file from which the database is loaded. |
xml |
Specifies an Xml |
file |
Specifies an xml file from which the database is loaded. The data is loaded from the stream's current position. |
A reference to the Web.