Click or drag to resize
PortalHelperFindPageManager Method (Control)
Tries to find the page manager within the controls structure.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static IPageManager FindPageManager(
	Control sender
)

Parameters

sender
Type: System.Web.UIControl

Return Value

Type: IPageManager
See Also