Click or drag to resize
ModuleLicenseKeyInfoProviderGetModuleLicenseKeyInfo Method (Guid)

Note: This API is now obsolete.

Returns ModuleLicenseKeyInfo with specified GUID.

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

Parameters

guid
Type: SystemGuid
ModuleLicenseKeyInfo GUID

Return Value

Type: ModuleLicenseKeyInfo
See Also