Click or drag to resize
ModuleLicenseKeyInfoProviderSetModuleLicenseKeyInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified ModuleLicenseKeyInfo.

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IModuleLicenseKeyInfoProvider.Set(ModuleLicenseKeyInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ModuleLicenseKeyInfo.Provider.")]
public static void SetModuleLicenseKeyInfo(
	ModuleLicenseKeyInfo infoObj
)

Parameters

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