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

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

Syntax

C#
int CreateMessageReply(
	int conversationId,
	int portalId,
	string body,
	int senderUserId,
	string from,
	int createUpdateUserId
)
Visual Basic
Function CreateMessageReply ( 
	conversationId As Integer,
	portalId As Integer,
	body As String,
	senderUserId As Integer,
	from As String,
	createUpdateUserId As Integer
) As Integer

Parameters

conversationId
Type: System..::..Int32
paramconversationIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.CreateMessageReply(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.CreateMessageReply(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32)
body
Type: System..::..String
parambodyM:DotNetNuke.Services.Social.Messaging.Data.IDataService.CreateMessageReply(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32)
senderUserId
Type: System..::..Int32
paramsenderUserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.CreateMessageReply(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32)
from
Type: System..::..String
paramfromM:DotNetNuke.Services.Social.Messaging.Data.IDataService.CreateMessageReply(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32)
createUpdateUserId
Type: System..::..Int32
paramcreateUpdateUserIdM:DotNetNuke.Services.Social.Messaging.Data.IDataService.CreateMessageReply(System.Int32,System.Int32,System.String,System.Int32,System.String,System.Int32)

Return Value

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

See Also