Click or drag to resize
ICustomSignOutScriptProviderGetSignOutScript Method
Builds and returns a custom logout script which is obligated to call the given callback upon finish.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
string GetSignOutScript(
	string finishCallBack,
	Page page
)

Parameters

finishCallBack
Type: SystemString
Callback method to be called when this custom script finishes
page
Type: System.Web.UIPage
Page to which helper scripts can be registered

Return Value

Type: String
A custom logout script which is obligated to call the given callback upon finish or null if no script is required by this provider
See Also