CMSEditableRegionLoadContent Method (String, Boolean) |
Loads the region content.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax 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