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

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

Syntax

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

Parameters

conversationId
Type: System..::..Int32
paramconversationIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.UpdateMessageReadStatus(System.Int32,System.Int32,System.Boolean)
userId
Type: System..::..Int32
paramuserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.UpdateMessageReadStatus(System.Int32,System.Int32,System.Boolean)
read
Type: System..::..Boolean
paramreadM:DotNetNuke.Services.Social.Messaging.Data.IDataService.UpdateMessageReadStatus(System.Int32,System.Int32,System.Boolean)

See Also