Click or drag to resize
CultureSiteInfoProviderAddCultureToSite Method (Int32, Int32)
Adds the class to the specified site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static void AddCultureToSite(
	int cultureId,
	int siteId
)

Parameters

cultureId
Type: SystemInt32
CultureID
siteId
Type: SystemInt32
SiteID
Exceptions
ExceptionCondition
ExceptionThrows Exception if license limitations are not fulfilled.
See Also