Gets the discussion messages default filter.

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

Syntax

C#
void GetMessagesDefaultFilter(
	Nullable<Guid> topicId,
	Nullable<Guid> userId,
	RelationPredicateBucket filter
)
Visual Basic
Sub GetMessagesDefaultFilter ( 
	topicId As Nullable(Of Guid),
	userId As Nullable(Of Guid),
	filter As RelationPredicateBucket
)
Visual C++
void GetMessagesDefaultFilter(
	Nullable<Guid> topicId, 
	Nullable<Guid> userId, 
	RelationPredicateBucket^ filter
)
F#
abstract GetMessagesDefaultFilter : 
        topicId : Nullable<Guid> * 
        userId : Nullable<Guid> * 
        filter : RelationPredicateBucket -> unit 

Parameters

topicId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
Topic id
userId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
User id
filter
Type: RelationPredicateBucket
Filter instance

See Also