Click or drag to resize
ModuleLicenseKeyInfoProviderGetModuleLicenseKeyInfo Method (Int32)

Note: This API is now obsolete.

Returns ModuleLicenseKeyInfo with specified ID.

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IModuleLicenseKeyInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - ModuleLicenseKeyInfo.Provider.")]
public static ModuleLicenseKeyInfo GetModuleLicenseKeyInfo(
	int id
)

Parameters

id
Type: SystemInt32
ModuleLicenseKeyInfo ID

Return Value

Type: ModuleLicenseKeyInfo
See Also