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

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

Parameters

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