Gets the attachments for the specified message.
Namespace: DotNetNuke.Services.Social.Messaging.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
IEnumerable<MessageFileView> GetAttachments( int messageId ) |
Visual Basic |
---|
Function GetAttachments ( messageId As Integer ) As IEnumerable(Of MessageFileView) |
Parameters
- messageId
- Type: System..::..Int32
The message identifier.