ContainerCustomDataLoadData Method (String, XmlDocument) |
Loads the XML to the content table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public override void LoadData(
string data,
out XmlDocument xml
)
Parameters
- data
- Type: SystemString
Content XML to load - xml
- Type: System.XmlXmlDocument
Xml document on output
See Also