Method GetValidationSuiteReport
GetValidationSuiteReport(string, string)
Get the validation suite report for the given package.
Declaration
public static string GetValidationSuiteReport(string packageName, string packageVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageName | Package name. |
| string | packageVersion | Package version. |
Returns
| Type | Description |
|---|---|
| string | The validation suite report as a string. |
GetValidationSuiteReport(string)
Get the validation suite report for the given package id.
Declaration
public static string GetValidationSuiteReport(string packageId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | packageId | Package Id in the format of [package name]@[package version]. |
Returns
| Type | Description |
|---|---|
| string | The validation suite report as a string. |