|
array MdmCertCtrlApi::GetPackagesByPackageProduct |
( |
wstring |
wsPkgProductName, |
|
|
wstring |
wsPkgProductVersion |
|
) |
| |
Retrieve package list by package product name and version.
- Parameters:
-
wsPkgProductName | (wstring) product name |
wsPkgProductVersion | (wstring) product version |
- Returns:
- package list (array). Each item of list contains package information (paramParams):
Attribute | Type | Description | Additional information |
"Pkg_nId" | (paramInt) | package id | mandatory |
"Pkg_wstrName" | (paramString) | package name | mandatory |
"Pkg_wstrProductName" | (paramString) | package's product name | mandatory |
"Pkg_wstrProductVersion" | (paramString) | package's product version | mandatory |
"Pkg_tmCreationTime" | (paramDateTime) | package's creation time | mandatory |
"Pkg_wstrProductDisplayName" | (paramString) | package's product display name | mandatory |
"Pkg_wstrProductDisplayVersion" | (paramString) | package's product display version | mandatory |
|