Method JsonReportExists
JsonReportExists(string)
Find out if the validation suite report exists for the given package id.
Declaration
public static bool JsonReportExists(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. |