| CMSPlaceHolderAppend Method (Control) | 
            Appends the given control to the placeholder
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic void Append(
	Control ctrl
)
Parameters
- ctrl
- Type: System.Web.UIControl
 control to append
 See Also
See Also