Click or drag to resize

ModuleAPIGetProductByUUID 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 of product

Return Value

Type: Product
The product.
See Also