Click or drag to resize
CultureSiteInfoProviderIsCultureOnSite Method (Int32, Int32)
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(
	int cultureId,
	int siteId
)

Parameters

cultureId
Type: SystemInt32
Culture ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: Boolean
See Also