Click or drag to resize
CMSEditableRegionLoadContent Method (String, Boolean)
Loads the region content.

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

Parameters

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

Implements

ICMSEditableControlLoadContent(String, Boolean)
See Also