• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class MessageAttachment

The MessageAttachment class describes the content attachments associated with a message.

Inheritance
System.Object
BaseEntityInfo
MessageAttachment
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public class MessageAttachment : BaseEntityInfo, IHydratable

Properties

| Improve this Doc View Source

FileID

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
| Improve this Doc View Source

KeyID

Gets or sets iHydratable.KeyID.

Declaration
public int KeyID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MessageAttachmentID

Gets or sets messageAttachmentID - The primary key.

Declaration
public int MessageAttachmentID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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 Source

Fill(IDataReader)

Fill the object with data from database.

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

the data reader.

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS