Click or drag to resize
SiteDomainAliasRetrieverRetrieveByCulture Method
Retrieves the site alias based on given culture code.

Namespace: CMS.SiteProvider.Internal
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
public SiteDomainAliasInfo RetrieveByCulture(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code to detect matching site domain alias.

Return Value

Type: SiteDomainAliasInfo
Remarks
Looks for presentation URL based on culture code only in live site aliases.
See Also