Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
user As IiMISUser, _
productMajor As String, _
productMinor As String _
) |
Parameters
- user
- Type: Asi.iBO..::.IiMISUser
The IiMISUser object providing the security credentials of the logged in user.
- productMajor
- Type: System..::.String
The major portion of the product's key for those products with two-part keys. Or the product's key
for products with one part keys.
- productMinor
- Type: System..::.String
The minor portion of the product's key for those products with two-part keys. Or string.Empty
for products with one part keys.
See Also