Click or drag to resize
PortalContextSaveEditorWidgets Method
Saves the modified editor widgets into a temporary interlayer.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public static void SaveEditorWidgets(
	int documentId,
	string widgets
)

Parameters

documentId
Type: SystemInt32
The document id.
widgets
Type: SystemString
The widgets.
See Also