Click or drag to resize

IBlazeUpdateProduct Method

Updates product

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeProduct UpdateProduct(
	string productId,
	BlazeProduct request
)

Parameters

productId
Type: SystemString
The product ID.
request
Type: NetQuarry.ServicesBlazeProduct
The updated product information.

Return Value

Type: BlazeProduct
The updated product.
See Also