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

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

Parameters

contentXml
Type: SystemString
Content XML to load
See Also