Click or drag to resize
StateInfoProviderGetCountryStatesInternal Method

Note: This API is now obsolete.

Returns DataSet with states of the specified country.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use member GetStates() instead")]
protected virtual InfoDataSet<StateInfo> GetCountryStatesInternal(
	int countryId
)

Parameters

countryId
Type: SystemInt32
Country id

Return Value

Type: InfoDataSetStateInfo
See Also