Click or drag to resize
ModuleLicenseKeyInfoProviderGetResourceModuleLicenseKeyInfos Method
Returns a query for all module license keys of ModuleLicenseKeyInfo objects of given resource.

Namespace: CMS.ModuleLicenses
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<ModuleLicenseKeyInfo> GetResourceModuleLicenseKeyInfos(
	int resourceId
)

Parameters

resourceId
Type: SystemInt32
ID of a resource

Return Value

Type: ObjectQueryModuleLicenseKeyInfo
See Also