Get 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 GetNewsIgnoredMetaKeywordsPrefetchPath(
	bool fullPrefetchPath
)
Visual Basic
Public Overridable Function GetNewsIgnoredMetaKeywordsPrefetchPath ( 
	fullPrefetchPath As Boolean
) As IPrefetchPath2
Visual C++
public:
virtual IPrefetchPath2^ GetNewsIgnoredMetaKeywordsPrefetchPath(
	bool fullPrefetchPath
)
F#
abstract GetNewsIgnoredMetaKeywordsPrefetchPath : 
        fullPrefetchPath : bool -> IPrefetchPath2 
override GetNewsIgnoredMetaKeywordsPrefetchPath : 
        fullPrefetchPath : bool -> IPrefetchPath2 

Parameters

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

Return Value

Type: IPrefetchPath2
Prefetch path

Implements

INewsBLL..::..GetNewsIgnoredMetaKeywordsPrefetchPath(Boolean)

See Also