Gets an array of CProductCategory objects representing all the Product_Cat entries in the iMIS system.

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

Syntax

C#
public static CProductCategory[] GetProductCategories(
	IiMISUser user
)
Visual Basic
Public Shared Function GetProductCategories ( _
	user As IiMISUser _
) As CProductCategory()
Visual C++
public:
static array<CProductCategory^>^ GetProductCategories(
	IiMISUser^ user
)

Parameters

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

Return Value

An array of CProductCategory objects.

See Also