Class MessagesAttachment
Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class is used to manage the information of the message attachment.
C#Copypublic class MessagesAttachment
- Inheritance
-
System.ObjectMessagesAttachment
Constructors
Declaration
C#Copypublic MessagesAttachment(MediaType type, string filePath)
Parameters
Type | Name | Description |
---|---|---|
MediaType | type | The attachment's type. |
System.String | filePath | The file path to attach. |
API Level: 3
Properties
Declaration
C#Copypublic string FilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Declaration
C#Copypublic MediaType Type { get; }
Property Value
Type | Description |
---|---|
MediaType |