Click or drag to resize
ResourceSiteInfoProviderGetResourceSites Method (String, 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#
public static InfoDataSet<ResourceSiteInfo> GetResourceSites(
	string where,
	string orderBy
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement

Return Value

Type: InfoDataSetResourceSiteInfo
See Also