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

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

Parameters

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