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

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

Parameters

contentXml
Type: SystemString
Content XML to load
See Also