Click or drag to resize
ResourceInfoProviderGetResources Method (String, String, Int32, String)

Note: This API is now obsolete.

Gets all resources.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method GetResources()")]
public static InfoDataSet<ResourceInfo> GetResources(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy
Type: SystemString
Order by statement to use
topN
Type: SystemInt32
Number of data rows which should be included in the result
columns
Type: SystemString
Table columns separated by comma which should be included in the result

Return Value

Type: InfoDataSetResourceInfo
See Also