Gets an array of CProductCategory objects
representing all the Product_Cat entries in the iMIS system.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static CProductCategory[] GetProductCategories( IiMISUser user ) |
| Visual Basic (Declaration) |
|---|
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.