Class MessageAttachment
The MessageAttachment class describes the content attachments associated with a message.
Implements
Inherited Members
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public class MessageAttachment : BaseEntityInfo, IHydratable
Properties
| Improve this Doc View SourceFileID
Gets or sets the FileID of the attachment (what will be used against the Files table to provide the attachment).
Declaration
public int FileID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
KeyID
Gets or sets iHydratable.KeyID.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MessageAttachmentID
Gets or sets messageAttachmentID - The primary key.
Declaration
public int MessageAttachmentID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MessageID
Gets or sets messageID of the message that contains this attachment.
Declaration
public int MessageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fill the object with data from database.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | the data reader. |