Click or drag to resize

GatewayAPIGetProductByUUID Method

Gets the product by UUID.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public override Product GetProductByUUID(
	UUID uuid
)

Parameters

uuid
Type: UUID
UUID.

Return Value

Type: Product
The product by UUID.
See Also