Click or drag to resize
CultureSiteInfoProviderGetCultureSites Method (String)
Returns the dataset containing the sites of the specified culture.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
public static InfoDataSet<SiteInfo> GetCultureSites(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code

Return Value

Type: InfoDataSetSiteInfo
See Also