Click or drag to resize
ScriptHelperGetTitleScript Method

Note: This API is now obsolete.

Gets the script for the automatic window title.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use custom implementation instead.")]
public static string GetTitleScript(
	string titlePart
)

Parameters

titlePart
Type: SystemString
Part of the window title

Return Value

Type: String
See Also