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

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

Parameters

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