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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public void LoadContentXml(
	string contentXml
)

Parameters

contentXml
Type: SystemString
Content XML to load
See Also