Click or drag to resize
StateInfoProviderSetStateInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified state.

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

Parameters

state
Type: CMS.GlobalizationStateInfo
State to set
See Also