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

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

Syntax

C#
IDataReader GetArchiveBoxView(
	int userId,
	int portalId,
	int afterMessageId,
	int numberOfRecords,
	string sortColumn,
	bool sortAscending
)
Visual Basic
Function GetArchiveBoxView ( 
	userId As Integer,
	portalId As Integer,
	afterMessageId As Integer,
	numberOfRecords As Integer,
	sortColumn As String,
	sortAscending As Boolean
) As IDataReader

Parameters

userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetArchiveBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetArchiveBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
afterMessageId
Type: System..::..Int32
paramafterMessageIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetArchiveBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
numberOfRecords
Type: System..::..Int32
paramnumberOfRecordsM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetArchiveBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
sortColumn
Type: System..::..String
paramsortColumnM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetArchiveBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)
sortAscending
Type: System..::..Boolean
paramsortAscendingM:DotNetNuke.Services.Social.Messaging.Data.IDataService.GetArchiveBoxView(System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.Boolean)

Return Value

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

See Also