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

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

Parameters

content
Type: SystemString
Content to load
force (Optional)
Type: SystemBoolean
Force new selector value

Implements

ICMSEditableControlLoadContent(String, Boolean)
See Also