Click or drag to resize
SiteInfoProviderGetDomainForCulture Method

Note: This API is now obsolete.

Returns domain for specified culture

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("There is no replacement for this method. The domain is driven by content tree-based router configuration.")]
public static string GetDomainForCulture(
	string siteName,
	string docCulture
)

Parameters

siteName
Type: SystemString
Current site name
docCulture
Type: SystemString
Required culture

Return Value

Type: String
See Also