Click or drag to resize
ResourceTranslationInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	ResourceTranslationInfo info
)

Parameters

info
Type: CMS.LocalizationResourceTranslationInfo
Object to insert / update
See Also