Click or drag to resize

ProductAPIRequestBasicData Method

Requests the basic data from product.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void RequestBasicData(
	Product product,
	Action callback
)

Parameters

product
Type: Product
Product.
callback
Type: SystemAction
Callback.
See Also