Class ResourceFileDataModel
The model returned when downloading a resource.
Inheritance
System.Object
ResourceFileDataModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class ResourceFileDataModel
Constructors
ResourceFileDataModel()
Declaration
public ResourceFileDataModel()
Properties
Data
The raw resource data.
Declaration
public byte[] Data { get; set; }
Property Value
System.Byte[]
|
MimeType
The MIME type of the resource where applicable
Declaration
public string MimeType { get; set; }
Property Value
System.String
|
Name
The name of the resource
Declaration
public string Name { get; set; }
Property Value
System.String
|