Click or drag to resize
PortalHelperFindManager Method
Finds the Portal manager within the controls structure.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax
C#
public static CMSPortalManager FindManager(
	Control sender,
	bool searchUp = true
)

Parameters

sender
Type: System.Web.UIControl
Control that requests to find the manager
searchUp (Optional)
Type: SystemBoolean
If true, parent controls are searched

Return Value

Type: CMSPortalManager
See Also