Click or drag to resize

ManufacturerProvider Class

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

Namespace:  Dynamicweb.Ecommerce.Frontend.UrlProviders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[AddInNameAttribute("Manufacturers")]
[AddInDescriptionAttribute("Generates urls for manufacturers in the format /Manufacturer-name.aspx.")]
[AddInActiveAttribute(true)]
[AddInGroupAttribute("Manufacturers")]
[AddInTargetAttribute("eCom_Catalog")]
[AddInOrderAttribute(4)]
public class ManufacturerProvider : UrlProvider

The ManufacturerProvider type exposes the following members.

Constructors
  NameDescription
Public methodManufacturerProvider
Initializes a new instance of the ManufacturerProvider 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