Click or drag to resize

MainAPIGetProductTypeID Method

Gets the product type identifier from local products list or cloud.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void GetProductTypeID(
	ProductType type,
	UUID uuid,
	Action<string> callback,
	Action<string> error
)

Parameters

type
Type: ProductType
Type of product.
uuid
Type: UUID
UUID of product.
callback
Type: SystemActionString
Callback.
error
Type: SystemActionString
Error.
See Also