CMSAbstractEditablePageLoadContent Method (String, Boolean) |
Loads editable content
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax 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