Retrieves all of the standard products from the database

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static Hashtable GetStandardProducts(
	IiMISUser user
)
Visual Basic (Declaration)
Public Shared Function GetStandardProducts ( _
	user As IiMISUser _
) As Hashtable
Visual C++
public:
static Hashtable^ GetStandardProducts(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

Return Value

A Hashtable consisting of

Remarks

Standard products are products with a product type of SALES.

See Also