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

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

Parameters

contentXml
Type: SystemString
Content XML to load
See Also