Click or drag to resize
PortalHelperFindPageManager Method (Page)
Find page manager within the given page.

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

Parameters

page
Type: System.Web.UIPage
Page where to seek for Page manager

Return Value

Type: IPageManager
See Also