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 public static ObjectQuery<ModuleLicenseKeyInfo> GetResourceModuleLicenseKeyInfos(
int resourceId
)
Parameters
- resourceId
- Type: SystemInt32
ID of a resource
Return Value
Type:
ObjectQueryModuleLicenseKeyInfoSee Also