CultureSiteInfoProviderGetCultureSites Method (Int32, String) |
Note: This API is now obsolete.
Returns the dataset containing the sites of the specified culture.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 11.0.0
Syntax [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:
InfoDataSetSiteInfoSee Also