Click or drag to resize
ICMSEditableControlSaveContent Method
Saves the control content.

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

Parameters

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