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