Class MessagesAttachment
Definition
- Assembly:
- Tizen.Messaging.dll
This class is used to manage the information of the message attachment.
C#
Copy
public class MessagesAttachment
- Inheritance
-
objectMessages
Attachment
Constructors
Declaration
C#
Copy
public MessagesAttachment(MediaType type, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Media |
type | The attachment's type. |
string | filePath | The file path to attach. |
Properties
Declaration
C#
Copy
public string FilePath { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public MediaType Type { get; }
Property Value
Type | Description |
---|---|
Media |