IProductServiceExtensions
Extension methods for the Vendr Product service
public static class IProductServiceExtensions
Namespace
Methods
GetProduct
Gets a IProductSnapshot
of the given product in the language of the current thread
public static IProductSnapshot GetProduct(this IProductService productService,
string productReference)
Parameters
Parameter | Description |
---|---|
productService |
The IProductService instance |
productReference |
The unique reference of the product to snapshot |