Net |
The NetForumShoppingCartManager type exposes the following members.
| Name | Description | |
|---|---|---|
| GetApplicationGlobalCart | 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. | |
| GetCartForToken | 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. | |
| GetOneTimeUseCart | 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. |