Gets the message thread.
Namespace: DotNetNuke.Services.Social.Messaging.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
MessageThreadsView GetMessageThread( int conversationId, int userId, int afterMessageId, int numberOfRecords, ref int totalRecords ) |
Visual Basic |
---|
Function GetMessageThread ( conversationId As Integer, userId As Integer, afterMessageId As Integer, numberOfRecords As Integer, ByRef totalRecords As Integer ) As MessageThreadsView |
Parameters
- conversationId
- Type: System..::..Int32
The conversation identifier.
- userId
- Type: System..::..Int32
The user identifier.
- afterMessageId
- Type: System..::..Int32
The after message identifier.
- numberOfRecords
- Type: System..::..Int32
The number of records.
- totalRecords
- Type: System..::..Int32%
The total records.