 | ShoppingCartServiceToken Property |
A "token" for this shopping cart, used to correlate this instance of the service with a given NetFORUM server-side cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic CartReferenceToken Token { get; }Public ReadOnly Property Token As CartReferenceToken
Get
public:
virtual property CartReferenceToken^ Token {
CartReferenceToken^ get () sealed;
}abstract Token : CartReferenceToken with get
override Token : CartReferenceToken with get
Property Value
CartReferenceToken
RemarksThis is the correlator that Ignition actually sends to Flashpoint.
See Also