Click or drag to resize
CultureSiteInfoProviderIsCultureOnSite Method (String, String)
Determines whether specified culture is on specified site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static bool IsCultureOnSite(
	string cultureCode,
	string siteName
)

Parameters

cultureCode
Type: SystemString
Culture code
siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also