Click or drag to resize
ModuleLicenseKeyInfoProviderSetModuleLicenseKeyInfo Method
Sets (updates or inserts) specified ModuleLicenseKeyInfo.

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public static void SetModuleLicenseKeyInfo(
	ModuleLicenseKeyInfo infoObj
)

Parameters

infoObj
Type: CMS.ModuleLicensesModuleLicenseKeyInfo
ModuleLicenseKeyInfo to be set
See Also