CultureSiteInfoProviderRemoveCultureFromSite Method (String, String) |
Remove culture from the specified site.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax 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