Click or drag to resize
CultureSiteInfoProvider.GetCultureSites Method (Int32, String)
Returns the dataset containing the sites of the specified culture.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 10.0.0
Syntax
C#
public static InfoDataSet<SiteInfo> GetCultureSites(
	int cultureId,
	string orderBy
)

Parameters

cultureId
Type: System.Int32
Culture id
orderBy
Type: System.String
ORDER BX expression

Return Value

Type: InfoDataSet<SiteInfo>
See Also