Click or drag to resize
DocumentUIHelperGetHomePageUrl Method
Gets absolute URL of home page for specified parameters.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
public static string GetHomePageUrl(
	SiteInfoIdentifier siteIdentifier,
	string cultureCode
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.
cultureCode
Type: SystemString
Culture.

Return Value

Type: String
See Also