Gets the comment prefeth path.

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

Syntax

C#
public virtual IPrefetchPath2 GetCommentPrefetchPath(
	bool fullPrefetch
)
Visual Basic
Public Overridable Function GetCommentPrefetchPath ( 
	fullPrefetch As Boolean
) As IPrefetchPath2
Visual C++
public:
virtual IPrefetchPath2^ GetCommentPrefetchPath(
	bool fullPrefetch
)
F#
abstract GetCommentPrefetchPath : 
        fullPrefetch : bool -> IPrefetchPath2 
override GetCommentPrefetchPath : 
        fullPrefetch : bool -> IPrefetchPath2 

Parameters

fullPrefetch
Type: System..::..Boolean
Include full prefetch path

Return Value

Type: IPrefetchPath2
Prefetch path

Implements

ICommentBLL..::..GetCommentPrefetchPath(Boolean)

See Also