Click or drag to resize
CultureSiteInfoProviderGetCultureSites Method (Int32, String)

Note: This API is now obsolete.

Returns the dataset containing the sites of the specified culture.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.DataEngine.ObjectQuery instead.")]
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