Click or drag to resize
ScriptHelperRegisterSetLiveSiteURL Method
Ensures registration of the update live site URL script for the application list.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static void RegisterSetLiveSiteURL(
	PageElement element,
	string url
)

Parameters

element
Type: CMS.Base.Web.UIPageElement
Page element.
url
Type: SystemString
URL of the live site page.
See Also