Click or drag to resize
CMSAbstractUIWebpartSetTitle Method
Sets title based on UI context data

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public void SetTitle(
	PageTitle pt,
	string titleText
)

Parameters

pt
Type: CMS.UIControlsPageTitle
Page title object
titleText
Type: SystemString
Text of title
See Also