Click or drag to resize
ModuleLicenseKeyInfoProviderDeleteModuleLicenseKeyInfoInternal Method
Deletes specified ModuleLicenseKeyInfo.

Namespace: CMS.ModuleLicenses
Assembly: CMS.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteModuleLicenseKeyInfoInternal(
	ModuleLicenseKeyInfo infoObj
)

Parameters

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