Click or drag to resize
ContainerCustomDataLoadData Method (String)
Loads the XML to the content table.

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

Parameters

data
Type: SystemString
Content XML to load
See Also