Click or drag to resize

ProductExtensions Methods

The ProductExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDisabledSizes
Returns disabledSizes of the specified product.
Public methodStatic memberGetIncludedInMenuSections
Returns includedInMenuSections of the specified product.
Public methodStatic memberGetTemplatedModifiersParams
Returns templatedModifiersParams of the specified product.
Public methodStatic memberTryGetDisabledSizes
Returns disabledSizes of the specified product or null if product doesn't exist.
Public methodStatic memberTryGetIncludedInMenuSections
Returns includedInMenuSections of the specified product or null if product doesn't exist.
Public methodStatic memberTryGetParent
Returns parent of the specified product or null if product doesn't exist.
Public methodStatic memberTryGetProductGroupMenuBitmap
Returns a bitmap image to be shown as a background on a menu button for the specified product group. If the product group doesn't have an image, null will be returned.
Public methodStatic memberTryGetProductMenuBitmap
Returns a bitmap image to be shown as a background on a menu button for the specified product. If the product doesn't have an image, null will be returned.
Public methodStatic memberTryGetTemplatedModifiersParams
Returns templatedModifiersParams of the specified product or null if product doesn't exist.
Top
See Also