CMSAbstractUIWebpartSetTitle Method |
Sets title based on UI context data
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public void SetTitle(
PageTitle pt,
string titleText
)
Parameters
- pt
- Type: CMS.UIControlsPageTitle
Page title object - titleText
- Type: SystemString
Text of title
See Also