Click or drag to resize

StoreProductRepository Methods

The StoreProductRepository type exposes the following members.

Methods
 NameDescription
Public methodClearCache 
Public methodGetAll Retrieves all known Store Products, excluding Discounts. Note that products that are not considered Store Products will not be retrieved. See the Ignition User Guide for more information on what criteria a product must meet to be included.
Public methodGetAllDiscounts Retrieves all discounts that include a public (eWeb) discount code and whose products and prices are active.
Public methodGetAllDiscountsT Retrieves all discounts that include a public (eWeb) discount code and whose products and prices are active.
Public methodGetAllKits Retrieves all known Kit Store Products.
Public methodGetAllKitsT Retrieves all known Kit Store Products.
Public methodGetAllMembershipPackages Retrieves all known Membership Package Store Products
Public methodGetAllMembershipPackagesT Retrieves all known Membership Package Store Products
Public methodGetAllMerchandise Retrieves all known Merchandise Store Products.
Public methodGetAllMerchandiseT Retrieves all known Merchandise Store Products.
Public methodGetAllPublications Retrieves all known Publication Store Products.
Public methodGetAllPublicationsT Retrieves all known Publication Store Products.
Public methodGetAllSubscriptions Retrieves all known Subscription Store Products.
Public methodGetAllSubscriptionsT Retrieves all known Subscription Store Products.
Public methodGetById(NetForumId) Retrieves a given Store Product by ID. Note that products that are not Store Products will not be retrieved. See the Ignition User Guide for more information on what criteria a product must meet to be included.
Public methodGetByIdT(NetForumId) Retrieves a given Store Product by ID. Note that products that are not Store Products will not be retrieved. See the Ignition User Guide for more information on what criteria a product must meet to be included.
Top
See Also