Method ReportExists
ReportExists(string)
Find out if the validation suite report exists for the given package id.
Declaration
public static bool ReportExists(string packageId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageId | Package Id in the format of [package name]@[package version]. |
Returns
| Type | Description |
|---|---|
| bool | True if the validation suite report exists. |