Click or drag to resize

ForumUrlProvider Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Forum
Assembly:  Dynamicweb.Forum (in Dynamicweb.Forum.dll) Version: 3.0.3
Syntax
[AddInNameAttribute("Forum")]
[AddInGroupAttribute("Forum")]
[AddInActiveAttribute(true)]
[AddInDescriptionAttribute("Generates URLs for forum entries in the format /category-name/thread-name.aspx")]
public class ForumUrlProvider : UrlProvider

The ForumUrlProvider type exposes the following members.

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