XML3 - API DLL Documentation
This routine will download your product list and return it in the format you specify.

Namespace: XMLV3API.Products
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Object GetProducts(
	CommonClasses..::..ReturnType ReturnType,
	bool GetFreshList
)
Visual Basic
Public Function GetProducts ( _
	ReturnType As CommonClasses..::..ReturnType, _
	GetFreshList As Boolean _
) As Object
Visual C++
public:
Object^ GetProducts(
	CommonClasses..::..ReturnType ReturnType, 
	bool GetFreshList
)

Parameters

ReturnType
Type: XMLV3API..::..CommonClasses..::..ReturnType
Optional! Enter into the function the format of result set you wish to receive. Default is NoReturn
GetFreshList
Type: System..::..Boolean
Optional! Specify whether or not you wish to use the list stored in memory, or get a new copy of your stock list.

Return Value

This will depend on the return type you specify to receive when you call the method.

Remarks