Gets the discussion topic default filter rewritten url.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static RewrittenUrl GetTopicDefaultFilterUrl(
	RewrittenPath rewrittenPath,
	DiscussionTopicFilter filterType
)
Visual Basic
Public Shared Function GetTopicDefaultFilterUrl ( 
	rewrittenPath As RewrittenPath,
	filterType As DiscussionTopicFilter
) As RewrittenUrl
Visual C++
public:
static RewrittenUrl^ GetTopicDefaultFilterUrl(
	RewrittenPath^ rewrittenPath, 
	DiscussionTopicFilter filterType
)
F#
static member GetTopicDefaultFilterUrl : 
        rewrittenPath : RewrittenPath * 
        filterType : DiscussionTopicFilter -> RewrittenUrl 

Parameters

rewrittenPath
Type: MonoSoftware.MonoX..::..RewrittenPath
Rewritten Path
filterType
Type: MonoSoftware.MonoX.Utilities..::..DiscussionTopicFilter
Filter type

Return Value

Type: RewrittenUrl

See Also