Click or drag to resize
CMSPageSetTitle Method
Sets the page title

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void SetTitle(
	string text
)

Parameters

text
Type: SystemString
Title text
See Also