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