Click or drag to resize

ProductAPIGetTypeID Method

Gets the product type identifier from known products or cloud.

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

Parameters

uuid
Type: UUID
UUID.
callback
Type: SystemActionString
Callback.
error
Type: SystemActionString
Error.
See Also