Click or drag to resize

GroupProvider Class

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

Namespace:  Dynamicweb.Ecommerce.Frontend.UrlProviders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[AddInNameAttribute("Ecommerce group")]
[AddInDescriptionAttribute("Generates urls for Ecommerce groups in the format /GroupName(.aspx). The path is ignored.")]
[AddInActiveAttribute(true)]
[AddInGroupAttribute("Ecommerce groups")]
[AddInTargetAttribute("eCom_Catalog")]
[AddInOrderAttribute(3)]
public class GroupProvider : UrlProvider

The GroupProvider type exposes the following members.

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