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

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

Syntax

C#
void UpdateMessageArchivedStatus(
	int conversationId,
	int userId,
	bool archived
)
Visual Basic
Sub UpdateMessageArchivedStatus ( 
	conversationId As Integer,
	userId As Integer,
	archived As Boolean
)

Parameters

conversationId
Type: System..::..Int32
paramconversationIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.UpdateMessageArchivedStatus(System.Int32,System.Int32,System.Boolean)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.UpdateMessageArchivedStatus(System.Int32,System.Int32,System.Boolean)
archived
Type: System..::..Boolean
paramarchivedM:DotNetNuke.Services.Social.Messaging.Data.IDataService.UpdateMessageArchivedStatus(System.Int32,System.Int32,System.Boolean)

See Also