summaryM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)

Namespace: DotNetNuke.Services.Social.Messaging.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IDataReader GetMessageThread(
	int conversationId,
	int userId,
	int afterMessageId,
	int numberOfRecords,
	string sortColumn,
	bool sortAscending,
	ref int totalRecords
)
Visual Basic
Function GetMessageThread ( 
	conversationId As Integer,
	userId As Integer,
	afterMessageId As Integer,
	numberOfRecords As Integer,
	sortColumn As String,
	sortAscending As Boolean,
	ByRef totalRecords As Integer
) As IDataReader

Parameters

conversationId
Type: System..::..Int32
paramconversationIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)
afterMessageId
Type: System..::..Int32
paramafterMessageIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)
numberOfRecords
Type: System..::..Int32
paramnumberOfRecordsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)
sortColumn
Type: System..::..String
paramsortColumnM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)
sortAscending
Type: System..::..Boolean
paramsortAscendingM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)
totalRecords
Type: System..::..Int32%
paramtotalRecordsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetMessageThread(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,System.Int32@)

See Also