ICMSEditableControlLoadContent Method (String, Boolean) |
Loads the control content.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax 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 be reloaded
See Also