Click or drag to resize
StateInfoProviderSetStateInfoInternal Method
Sets (updates or inserts) specified state.

Namespace: CMS.Globalization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetStateInfoInternal(
	StateInfo stateObj
)

Parameters

stateObj
Type: CMS.GlobalizationStateInfo
State to set
See Also