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

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public static IPageManager FindPageManager(
	Control sender
)

Parameters

sender
Type: System.Web.UIControl

Return Value

Type: IPageManager
See Also