Click or drag to resize
ProductTabsExtender Class
Extender for SKU tab of product document detail
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UIControlExtender
    CMS.Base.Web.UIControlExtenderUITabs
      CMS.UIControlsUITabsExtenderUITabs
        CMS.UIControlsUITabsExtender
          CMS.Ecommerce.Web.UIProductTabsExtender

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ProductTabsExtender : UITabsExtender

The ProductTabsExtender type exposes the following members.

Constructors
  NameDescription
Public methodProductTabsExtender
Top
Properties
  NameDescription
Public propertyAllowGlobalObjects
Indicates global objects are allowed on current site besides site-specific ones.
Public propertyControl
Gets the extended control.
(Inherited from ControlExtenderTControl.)
Public propertyNode
Gets current document.
Public propertyNodeID
Gets node ID of current document.
Public propertyProductID
ID of the product taken from query parameter 'productId' or from node specified by query parameter 'nodeId'.
Public propertyProductListInTree
Indicates if products are displayed like documents, i.e. with tree.
Top
Methods
See Also