Click or drag to resize

ItemTypeProvider Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Frontend.UrlProviders
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[AddInNameAttribute("Item types")]
[AddInDescriptionAttribute("Generates urls for item types in the format /SystemName(.aspx)")]
[AddInActiveAttribute(true)]
[AddInGroupAttribute("Item types")]
[AddInTargetAttribute("ItemPublisher")]
[AddInOrderAttribute(1)]
public class ItemTypeProvider : UrlProvider

The ItemTypeProvider type exposes the following members.

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