Click or drag to resize
ModuleLicenseKeyInfoProvider.GetModuleLicenseKeys Method
Returns a query for all the ModuleLicenseKeyInfo objects.

Namespace: CMS.ModuleLicenses
Assembly: CMS.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<ModuleLicenseKeyInfo> GetModuleLicenseKeys()

Return Value

Type: ObjectQuery<ModuleLicenseKeyInfo>
See Also