Click or drag to resize
ModuleLicenseKeyInfoProviderGetModuleLicenseKeyInfoInternal Method (Guid)
Returns ModuleLicenseKeyInfo with specified GUID.

Namespace: CMS.ModuleLicenses
Assembly: CMS.ModuleLicenses (in CMS.ModuleLicenses.dll) Version: 10.0.0
Syntax
C#
protected virtual ModuleLicenseKeyInfo GetModuleLicenseKeyInfoInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
ModuleLicenseKeyInfo GUID

Return Value

Type: ModuleLicenseKeyInfo
See Also