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

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	TranslationServiceInfo info
)

Parameters

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