Click or drag to resize
StateInfoProviderGetStateInfo Method (Int32)
Returns the StateInfo structure for the specified state.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
public static StateInfo GetStateInfo(
	int stateId
)

Parameters

stateId
Type: SystemInt32
State id

Return Value

Type: StateInfo
See Also