| ModuleLicenseKeyInfoProviderGetResourceModuleLicenseKeyInfos Method | 
            Returns a query for all module license keys of ModuleLicenseKeyInfo objects of given resource.
            
 
Namespace: CMS.ModuleLicensesAssembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
 Syntax
Syntaxpublic static ObjectQuery<ModuleLicenseKeyInfo> GetResourceModuleLicenseKeyInfos(
	int resourceId
)
Parameters
- resourceId
- Type: SystemInt32
 ID of a resource
Return Value
Type: 
ObjectQueryModuleLicenseKeyInfo See Also
See Also