Click or drag to resize
SignOutScriptHelperGetSignOutOnClickScript Method
Gets the script that performs a SignOut of all the registered third party providers.

Namespace: CMS.Membership.Web.UI
Assembly: CMS.Membership.Web.UI (in CMS.Membership.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static string GetSignOutOnClickScript(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page to which helper scripts can be registered.

Return Value

Type: String
Script that performs a SignOut of all the registered third party providers or null if none is necessary.
See Also