Get prefetch path for Privacy Level Definitions.

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

Syntax

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

Parameters

fullPrefetch
Type: System..::..Boolean
Full prefetch path

Return Value

Type: IPrefetchPath2
Prefetch path

Implements

IUserProfileRepository..::..GetPrivacyLevelDefinitionPrefetchPath(Boolean)

See Also