Click or drag to resize
ModuleLicenseKeyInfoProvider.DeleteModuleLicenseKeyInfo Method (ModuleLicenseKeyInfo)
Deletes specified ModuleLicenseKeyInfo.

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

Parameters

infoObj
Type: CMS.ModuleLicenses.ModuleLicenseKeyInfo
ModuleLicenseKeyInfo to be deleted
See Also