 | ShoppingCartService(String, FuncNetForumId) Constructor |
Default constructor
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic ShoppingCartService(
string cartName,
Func<NetForumId> cartCustomer
)
Public Sub New (
cartName As String,
cartCustomer As Func(Of NetForumId)
)
public:
ShoppingCartService(
String^ cartName,
Func<NetForumId^>^ cartCustomer
)
new :
cartName : string *
cartCustomer : Func<NetForumId> -> ShoppingCartServiceParameters
- cartName String
- A "name" for this shopping cart, used to correlate between this instance of the service with a given NetFORUM server-side cart, when this feature is enabled
- cartCustomer FuncNetForumId
- A customer used to override the identity of the Shopping Cart Customer for this shopping cart
See Also