Click or drag to resize

ProductProvider Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Frontend.UrlProvidersUrlProvider
    Dynamicweb.Ecommerce.Frontend.UrlProvidersProductProvider

Namespace:  Dynamicweb.Ecommerce.Frontend.UrlProviders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[AddInNameAttribute("Ecommerce products")]
[AddInDescriptionAttribute("Generates urls for Ecommerce products in the format /Product-Name(.aspx)")]
[AddInActiveAttribute(true)]
[AddInGroupAttribute("Ecommerce products")]
[AddInTargetAttribute("eCom_Catalog")]
[AddInOrderAttribute(2)]
public class ProductProvider : UrlProvider

The ProductProvider type exposes the following members.

Constructors
  NameDescription
Public methodProductProvider
Initializes a new instance of the ProductProvider class
Top
Properties
  NameDescription
Public propertyActive (Inherited from UrlProvider.)
Public propertyDescription (Inherited from UrlProvider.)
Public propertyGroupName (Inherited from UrlProvider.)
Public propertyName (Inherited from UrlProvider.)
Public propertyTargets (Inherited from UrlProvider.)
Top
Methods
See Also