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

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public static ModuleLicenseKeyInfo GetModuleLicenseKeyInfo(
	int id
)

Parameters

id
Type: SystemInt32
ModuleLicenseKeyInfo ID

Return Value

Type: ModuleLicenseKeyInfo
See Also