| CultureSiteInfoProviderGetCultureSites Method (String, String, String, Int32) | 
            Returns the bindings between cultures and sites.
            
 
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 10.0.0
 Syntax
Syntaxpublic static InfoDataSet<CultureSiteInfo> GetCultureSites(
	string columns,
	string where,
	string orderBy,
	int topN
)
Parameters
- columns
- Type: SystemString
 Data columns to return
- where
- Type: SystemString
 Where condition to filter data
- orderBy
- Type: SystemString
 Order by statement
- topN
- Type: SystemInt32
 Specifies number of returned records
Return Value
Type: 
InfoDataSetCultureSiteInfo See Also
See Also