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

Note: This API is now obsolete.

Returns DataSet with states.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Please use parameterless overload returning ObjectQuery")]
public static InfoDataSet<StateInfo> GetStates(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
TOP N rows
columns
Type: SystemString
Returned columns

Return Value

Type: InfoDataSetStateInfo
See Also