ResourceSiteInfoProviderGetResourceSites Method (String, String, Int32, String) |
Note: This API is now obsolete.
Returns the bindings between modules(resources) and sites.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 11.0.0
Syntax [ObsoleteAttribute("Use method GetResourceSites() instead")]
public static InfoDataSet<ResourceSiteInfo> GetResourceSites(
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:
InfoDataSetResourceSiteInfoSee Also