Initialize related content fetch collection.

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

Syntax

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

Parameters

sourceContentEntityType
Type: System..::..Int32
Content entity type.
collection
Type: IEntityCollection2%
Collection.

See Also