Click or drag to resize
PortalHelperFindParentPlaceholder Method
Finds the parent page placeholder within the controls structure.

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

Parameters

sender
Type: System.Web.UIControl
Control that requests to find the placeholder

Return Value

Type: CMSPagePlaceholder
See Also