Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

PipelineResult

API reference for PipelineResult in Vendr, the eCommerce solution for Umbraco v8+

PipelineResult

public class PipelineResult

Namespace

Properties

Data

Gets the PipelineResult data.

public object Data { get; }

Exception

Gets the exception associated with an unsuccessful PipelineResult.

public Exception Exception { get; }

Success

Gets a value indicating whether this PipelineResult was successful.

public bool Success { get; }

Operators

PipelineResult Implicit

Implicitly operator to check if the PipelineResult was successful without having to access the 'success' property

public static implicit operator bool(PipelineResult a)

Parameters

Parameter Description
a

Edit this page on GitHub

Site + logo design © 2024 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.