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

Parameters

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

Return Value

Type: IPrefetchPath2
Prefetch path

Implements

IGroupRepository..::..GetGroupCategoryPrefetchPath(Boolean)

See Also