ResourceInfoProviderGetResources Method (String, String) |
Gets all resources.
Namespace: CMS.ModulesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax public static InfoDataSet<ResourceInfo> GetResources(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy
- Type: SystemString
Order by statement to use
Return Value
Type:
InfoDataSetResourceInfoSee Also