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