Click or drag to resize
StateInfoProviderGetStates Method

Note: This API is now obsolete.

Returns states query.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IStateInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - StateInfo.Provider.")]
public static ObjectQuery<StateInfo> GetStates()

Return Value

Type: ObjectQueryStateInfo
See Also