Gets the discussion topic prefetch path.

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

Syntax

C#
public virtual IPrefetchPath2 GetTopicPrefetchPath(
	bool fullPrefetch,
	int maxTags
)
Visual Basic
Public Overridable Function GetTopicPrefetchPath ( 
	fullPrefetch As Boolean,
	maxTags As Integer
) As IPrefetchPath2
Visual C++
public:
virtual IPrefetchPath2^ GetTopicPrefetchPath(
	bool fullPrefetch, 
	int maxTags
)
F#
abstract GetTopicPrefetchPath : 
        fullPrefetch : bool * 
        maxTags : int -> IPrefetchPath2 
override GetTopicPrefetchPath : 
        fullPrefetch : bool * 
        maxTags : int -> IPrefetchPath2 

Parameters

fullPrefetch
Type: System..::..Boolean
Include full prefetch path
maxTags
Type: System..::..Int32
Maximum number of tags

Return Value

Type: IPrefetchPath2
Topic prefetch path

Implements

IDiscussionBLL..::..GetTopicPrefetchPath(Boolean, Int32)

See Also