Get prefetch path.

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

Syntax

C#
IPrefetchPath2 GetNewsIgnoredMetaKeywordsPrefetchPath(
	bool fullPrefetchPath
)
Visual Basic
Function GetNewsIgnoredMetaKeywordsPrefetchPath ( 
	fullPrefetchPath As Boolean
) As IPrefetchPath2
Visual C++
IPrefetchPath2^ GetNewsIgnoredMetaKeywordsPrefetchPath(
	bool fullPrefetchPath
)
F#
abstract GetNewsIgnoredMetaKeywordsPrefetchPath : 
        fullPrefetchPath : bool -> IPrefetchPath2 

Parameters

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

Return Value

Type: IPrefetchPath2
Prefetch path

See Also