Click or drag to resize
CMSAbstractLayoutWebPartAppend Method
Appends the given text to the layout.

Namespace: CMS.PortalControls
Assembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 9.0.0
Syntax
C#
protected void Append(
	params Object[] text
)

Parameters

text
Type: SystemObject
Text to append
See Also