Click or drag to resize
StateInfoProviderSetStateInfoInternal 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 Set(int) instead.")]
protected virtual void SetStateInfoInternal(
	StateInfo stateObj
)

Parameters

stateObj
Type: CMS.GlobalizationStateInfo
State to set
See Also