Click or drag to resize
UIHelperGetSignOutUrl Method
Returns URL to which user should be redirected after signing out.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static string GetSignOutUrl(
	SiteInfo site
)

Parameters

site
Type: CMS.SiteProviderSiteInfo
Site from which is user signs out.

Return Value

Type: String
See Also