CultureSiteInfoProviderGetSiteCultures Method |
Returns the dataset containing the cultures of the specified site.
If this feature not available for license type, returns only the first culture in the dataset
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 13.0.131
Syntax public static InfoDataSet<CultureInfo> GetSiteCultures(
string siteName
)
Parameters
- siteName
- Type: SystemString
Site name
Return Value
Type:
InfoDataSetCultureInfoSee Also