Click or drag to resize
CMSAbstractEditablePageLoadContent Method (String, Boolean)
Loads editable content

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

Parameters

content
Type: SystemString
Content text
forceReload
Type: SystemBoolean
Indicates whether content should be loaded always
See Also