CultureSiteInfoProviderGetCultureSites Method (Int32, String) |
Returns the dataset containing the sites of the specified culture.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax 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