Get page localization prefetch path.

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

Syntax

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

Parameters

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

Return Value

Type: IPrefetchPath2
Prefetch path

See Also