PortalHelperFindParentPlaceholder Method |
Finds the parent page placeholder within the controls structure.
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 12.0.0
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