Click or drag to resize
PortalHelperFindParentPlaceholder Method
Finds the parent page placeholder 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 CMSPagePlaceholder FindParentPlaceholder(
	Control sender
)

Parameters

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

Return Value

Type: CMSPagePlaceholder
See Also