Click or drag to resize
XmlDataLoadData Method
Loads the XML to the content table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntax
C#
public virtual void LoadData(
	string data
)

Parameters

data
Type: SystemString
Content XML to load
See Also