Click or drag to resize
ModuleLicenseKeyInfoProviderGetModuleLicenseKeyInfoInternal Method (Int32)
Returns ModuleLicenseKeyInfo with specified ID.

Namespace: CMS.ModuleLicenses
Assembly: CMS.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 10.0.0
Syntax
C#
protected virtual ModuleLicenseKeyInfo GetModuleLicenseKeyInfoInternal(
	int id
)

Parameters

id
Type: SystemInt32
ModuleLicenseKeyInfo ID

Return Value

Type: ModuleLicenseKeyInfo
See Also