summaryM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)

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

Syntax

C#
IDataReader GetInBoxView(
	int userId,
	int portalId,
	int afterMessageId,
	int numberOfRecords,
	string sortColumn,
	bool sortAscending,
	MessageReadStatus readStatus,
	MessageArchivedStatus archivedStatus,
	MessageSentStatus sentStatus
)
Visual Basic
Function GetInBoxView ( 
	userId As Integer,
	portalId As Integer,
	afterMessageId As Integer,
	numberOfRecords As Integer,
	sortColumn As String,
	sortAscending As Boolean,
	readStatus As MessageReadStatus,
	archivedStatus As MessageArchivedStatus,
	sentStatus As MessageSentStatus
) As IDataReader

Parameters

userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
afterMessageId
Type: System..::..Int32
paramafterMessageIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
numberOfRecords
Type: System..::..Int32
paramnumberOfRecordsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
sortColumn
Type: System..::..String
paramsortColumnM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
sortAscending
Type: System..::..Boolean
paramsortAscendingM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
readStatus
Type: DotNetNuke.Services.Social.Messaging..::..MessageReadStatus
paramreadStatusM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
archivedStatus
Type: DotNetNuke.Services.Social.Messaging..::..MessageArchivedStatus
paramarchivedStatusM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)
sentStatus
Type: DotNetNuke.Services.Social.Messaging..::..MessageSentStatus
paramsentStatusM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetInBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean,DotNetNuke.Services.Social.Messaging.MessageReadStatus,DotNetNuke.Services.Social.Messaging.MessageArchivedStatus,DotNetNuke.Services.Social.Messaging.MessageSentStatus)

See Also