Class FileAttachment.FileData
FileAttachment.FileData provides information about a GroupMe FileAttachment.
Namespace: GroupMeClientApi.Models.Attachments
Assembly: GroupMeClientApi.dll
Syntax
public class FileData : object
Properties
| Improve this Doc View SourceFileName
Gets the filename.
Declaration
public string FileName { get; }
Property Value
| Type | Description |
|---|---|
| String |
FileSize
Gets the size of the file in bytes.
Declaration
public string FileSize { get; }
Property Value
| Type | Description |
|---|---|
| String |
MimeType
Gets the mime type of the file.
Declaration
public string MimeType { get; }
Property Value
| Type | Description |
|---|---|
| String |