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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void SaveContent(
	PageInfo pageInfo
)

Parameters

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