summaryM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.ReplyMessage(System.Int32,System.String,System.Collections.Generic.IList{System.Int32},DotNetNuke.Entities.Users.UserInfo)

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

Syntax

C#
int ReplyMessage(
	int conversationId,
	string body,
	IList<int> fileIDs,
	UserInfo sender
)
Visual Basic
Function ReplyMessage ( 
	conversationId As Integer,
	body As String,
	fileIDs As IList(Of Integer),
	sender As UserInfo
) As Integer

Parameters

conversationId
Type: System..::..Int32
paramconversationIdM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.ReplyMessage(System.Int32,System.String,System.Collections.Generic.IList{System.Int32},DotNetNuke.Entities.Users.UserInfo)
body
Type: System..::..String
parambodyM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.ReplyMessage(System.Int32,System.String,System.Collections.Generic.IList{System.Int32},DotNetNuke.Entities.Users.UserInfo)
fileIDs
Type: System.Collections.Generic..::..IList<(Of <(<'Int32>)>)>
paramfileIDsM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.ReplyMessage(System.Int32,System.String,System.Collections.Generic.IList{System.Int32},DotNetNuke.Entities.Users.UserInfo)
sender
Type: DotNetNuke.Entities.Users..::..UserInfo
paramsenderM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.ReplyMessage(System.Int32,System.String,System.Collections.Generic.IList{System.Int32},DotNetNuke.Entities.Users.UserInfo)

Return Value

returnsM:DotNetNuke.Services.Social.Messaging.Internal.IInternalMessagingController.ReplyMessage(System.Int32,System.String,System.Collections.Generic.IList{System.Int32},DotNetNuke.Entities.Users.UserInfo)

See Also