Click or drag to resize
CultureSiteInfoProviderRemoveCultureFromSite Method (String, String)
Remove culture from the specified site.

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

Parameters

cultureCode
Type: SystemString
Code of culture to remove from the site
siteName
Type: SystemString
Name of the site
See Also