ClassSiteInfoProviderGetClassSites Method (String, String, Int32, String) |
Note: This API is now obsolete.
Returns the bindings between classes and sites.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetClassSites() instead.")]
public static InfoDataSet<ClassSiteInfo> GetClassSites(
string where,
string orderBy = null,
int topN = -1,
string columns = null
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy (Optional)
- Type: SystemString
Order by statement - topN (Optional)
- Type: SystemInt32
Specifies number of returned records - columns (Optional)
- Type: SystemString
Data columns to return
Return Value
Type:
InfoDataSetClassSiteInfoSee Also