XML3 - API DLL Documentation
Constructor

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

Syntax

C#
public Products(
	User us
)
Visual Basic
Public Sub New ( _
	us As User _
)
Visual C++
public:
Products(
	User^ us
)

Parameters

us
Type: XMLV3API.Security..::..User
authenticated user object containing guid session key

Remarks