Click or drag to resize
CMSAbstractEditableControlLoadContent Method (PageInfo, Boolean)
Load the content to the region, applies the InheritContent.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public virtual void LoadContent(
	PageInfo pageInfo,
	bool forceReload = false
)

Parameters

pageInfo
Type: CMS.DocumentEnginePageInfo
PageInfo with the content data
forceReload (Optional)
Type: SystemBoolean
If true, the content is forced to reload

Implements

ICMSEditableControlLoadContent(PageInfo, Boolean)
See Also