Click or drag to resize
ModuleLicenseKeyInfoProviderGetModuleLicenseKeys Method

Note: This API is now obsolete.

Returns a query for all the ModuleLicenseKeyInfo objects.

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

Return Value

Type: ObjectQueryModuleLicenseKeyInfo
See Also