Click or drag to resize
SiteInfoProviderGetSitesInternal Method (String, String, String, Int32)
Returns the DataSet of all the site records.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 9.0.0
Syntax
C#
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: InfoDataSetSiteInfo
See Also