Click or drag to resize
CultureSiteInfoProviderGetCultureSites Method (Int32, 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(
	int cultureId,
	string orderBy
)

Parameters

cultureId
Type: SystemInt32
Culture id
orderBy
Type: SystemString
ORDER BX expression

Return Value

Type: InfoDataSetSiteInfo
See Also