Click or drag to resize
ContextMenuPlaceHolderEnsurePlaceholder Method
Ensures ContextMenuPlaceholder for current page

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static void EnsurePlaceholder(
	Page page,
	Control container
)

Parameters

page
Type: System.Web.UIPage
Page instance
container
Type: System.Web.UIControl
Container control (PlaceHolder control)
See Also