Gets the document prefetch path.

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

Syntax

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

Parameters

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

Return Value

Type: IPrefetchPath2

Implements

IDocumentRepository..::..GetDocumentPrefetchPath(Boolean)

See Also