Initialize related content filter.

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

Syntax

C#
protected virtual void InitRelatedContentFilter(
	Guid sourceContentId,
	int sourceContentEntityType,
	List<string> tags,
	ref RelationPredicateBucket filter
)
Visual Basic
Protected Overridable Sub InitRelatedContentFilter ( 
	sourceContentId As Guid,
	sourceContentEntityType As Integer,
	tags As List(Of String),
	ByRef filter As RelationPredicateBucket
)
Visual C++
protected:
virtual void InitRelatedContentFilter(
	Guid sourceContentId, 
	int sourceContentEntityType, 
	List<String^>^ tags, 
	RelationPredicateBucket^% filter
)
F#
abstract InitRelatedContentFilter : 
        sourceContentId : Guid * 
        sourceContentEntityType : int * 
        tags : List<string> * 
        filter : RelationPredicateBucket byref -> unit 
override InitRelatedContentFilter : 
        sourceContentId : Guid * 
        sourceContentEntityType : int * 
        tags : List<string> * 
        filter : RelationPredicateBucket byref -> unit 

Parameters

sourceContentId
Type: System..::..Guid
Source content id
sourceContentEntityType
Type: System..::..Int32
Content entity type.
tags
Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
Tags.
filter
Type: RelationPredicateBucket%
Filter.

See Also