ClassSiteInfoProviderGetClassSitesInternal Method (String, String, Int32, String) |
Returns the bindings between classes and sites.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax protected virtual InfoDataSet<ClassSiteInfo> GetClassSitesInternal(
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:
InfoDataSetClassSiteInfoSee Also