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

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.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