 | ShoppingCartServiceCartName Property |
A "name" for this shopping cart, used to correlate this instance of the service with a given NetFORUM server-side cart, when this feature is enabled.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxprotected string CartName { get; }Protected ReadOnly Property CartName As String
Get
protected:
property String^ CartName {
String^ get ();
}member CartName : string with get
Property Value
String
RemarksThis is the correlator tracked by Ignition and exposed to end-users of this service. For the correlator that Ignition actually sends to Flashpoint, see
Token.
See Also