This constructor creates a new CPublicationProduct.

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

Syntax

C#
public CPublicationProduct(
	IiMISUser user,
	string productMajor,
	string productMinor
)
Visual Basic (Declaration)
Public Sub New ( _
	user As IiMISUser, _
	productMajor As String, _
	productMinor As String _
)
Visual C++
public:
CPublicationProduct(
	IiMISUser^ user, 
	String^ productMajor, 
	String^ productMinor
)

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