Initialize related content prefetchpath.

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

Syntax

C#
protected virtual void InitRelatedContentPrefetchPath(
	int sourceContentEntityType,
	ref IPrefetchPath2 prefetch
)
Visual Basic
Protected Overridable Sub InitRelatedContentPrefetchPath ( 
	sourceContentEntityType As Integer,
	ByRef prefetch As IPrefetchPath2
)
Visual C++
protected:
virtual void InitRelatedContentPrefetchPath(
	int sourceContentEntityType, 
	IPrefetchPath2^% prefetch
)
F#
abstract InitRelatedContentPrefetchPath : 
        sourceContentEntityType : int * 
        prefetch : IPrefetchPath2 byref -> unit 
override InitRelatedContentPrefetchPath : 
        sourceContentEntityType : int * 
        prefetch : IPrefetchPath2 byref -> unit 

Parameters

sourceContentEntityType
Type: System..::..Int32
Content entity type.
prefetch
Type: IPrefetchPath2%
Prefetch path.

See Also