Click or drag to resize
CMSPagePlaceholderSaveContent Method
Saves the page content to the page info.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public void SaveContent(
	PageInfo pageInfo
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
Page info where to save the content
See Also