Click or drag to resize
CultureSiteInfoProviderGetCultureSitesInternal 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#
protected virtual InfoDataSet<SiteInfo> GetCultureSitesInternal(
	string cultureCode
)

Parameters

cultureCode
Type: SystemString
Culture code

Return Value

Type: InfoDataSetSiteInfo
See Also