Click or drag to resize
CMSPlaceHolderAppend Method (Control)
Appends the given control to the placeholder

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public void Append(
	Control ctrl
)

Parameters

ctrl
Type: System.Web.UIControl
control to append
See Also