XML3 - API DLL Documentation
Gets the stock levels from the web method.

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

Syntax

C#
public void GetStock(
	User u
)
Visual Basic
Public Sub GetStock ( _
	u As User _
)
Visual C++
public:
void GetStock(
	User^ u
)

Parameters

u
Type: XMLV3API.Security..::..User
user object to use authentication when calling the web method

Remarks