Click or drag to resize

NetForumShoppingCartManager Methods

The NetForumShoppingCartManager type exposes the following members.

Methods
 NameDescription
Public methodGetApplicationGlobalCart Returns an instance of INetForumShoppingCart which points to this application's "global" NetFORUM server-side cart. Every instance returned by this method will manipulate the same NetFORUM server-side cart across your entire application.
Public methodGetCartForToken Returns an instance of INetForumShoppingCart which points to a NetFORUM server-side cart as specified by token. If no NetFORUM server-side cart exists for the provided token, a new one will be created, and all future calls to this method with the same token manipulate the same NetFORUM server-side cart.
Public methodGetOneTimeUseCart Returns an instance of INetForumShoppingCart which points to a new one-time-use NetFORUM server-side cart. Each instance returned by this method will manipulate an entirely new NetFORUM server-side cart, unrelated to any others.
Top
See Also