ICustomSignOutScriptProviderGetSignOutScript Method |
Builds and returns a custom logout script which is obligated to call the given callback upon finish.
Namespace: CMS.Membership.Web.UIAssembly: CMS.Membership.Web.UI (in CMS.Membership.Web.UI.dll) Version: 12.0.0
Syntax 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:
StringA 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