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: 12.0.0
Syntax
C#
public static string GetSignOutUrl(
	SiteInfo site
)

Parameters

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

Return Value

Type: String
Remarks
SitePresentationURL is returned if the site is SiteIsContentOnly. Otherwise url to live site root is returned.
See Also