SiteInfoProviderGetSitesInternal Method (String, String, String, Int32) |
Returns the DataSet of all the site records.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax protected virtual InfoDataSet<SiteInfo> GetSitesInternal(
string columns,
string where,
string orderBy,
int topN
)
Parameters
- columns
- Type: SystemString
Select only specified columns - where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by expression - topN
- Type: SystemInt32
Specifies number of returned records
Return Value
Type:
InfoDataSetSiteInfoSee Also