PortalHelperFindParentPlaceholder Method |
Finds the parent page placeholder within the controls structure.
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
Syntax public static CMSPagePlaceholder FindParentPlaceholder(
Control sender
)
Parameters
- sender
- Type: System.Web.UIControl
Control that requests to find the placeholder
Return Value
Type:
CMSPagePlaceholderSee Also