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

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	ModuleLicenseKeyInfo info
)

Parameters

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