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

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

Parameters

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