Click or drag to resize
ResourceSiteInfoProviderGetResourceSitesInternal Method (String, String, Int32, String)
Returns the bindings between modules(resources) and sites.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<ResourceSiteInfo> GetResourceSitesInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement
topN
Type: SystemInt32
Specifies number of returned records
columns
Type: SystemString
Data columns to return

Return Value

Type: InfoDataSetResourceSiteInfo
See Also