Class MessageFileView
The MessageFileView class contains details about the attachment.
Inheritance
System.Object
MessageFileView
Namespace: DotNetNuke.Services.Social.Messaging.Internal.Views
Assembly: DotNetNuke.dll
Syntax
public class MessageFileView : object
Properties
| Improve this Doc View SourceFileId
Gets or sets the file identifier.
Declaration
public int FileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The file identifier. |
Name
Gets or sets the name of the file with extension.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Size
Gets or sets the size of the File with Unit, e.g. 100 B, 12 KB, 200 MB, etc.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | The size. |
Url
Gets or sets the url of the file to download.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |