| PortalContextSaveEditorWidgets Method | 
            Saves the modified editor widgets into a temporary interlayer.
            
 
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SaveEditorWidgets(
	int documentId,
	string widgets
)
Parameters
- documentId
- Type: SystemInt32
 The document id.
- widgets
- Type: SystemString
 The widgets.
 See Also
See Also