Click or drag to resize
CMSAbstractEditableWebPartLoadContent Method (String, Boolean)
Loads the control content.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
public virtual void LoadContent(
	string content,
	bool forceReload = false
)

Parameters

content
Type: SystemString
Dynamic content to load to the web part
forceReload (Optional)
Type: SystemBoolean
If true, the content is forced to reload

Implements

ICMSEditableControlLoadContent(String, Boolean)
See Also