Class MediaItemJson
- Namespace
- Raytha.Application.MediaItems
- Assembly
- Raytha.Application.dll
public class MediaItemJson
- Inheritance
-
MediaItemJson
- Inherited Members
Properties
DownloadUrl
public required string DownloadUrl { get; set; }
Property Value
FileName
public required string FileName { get; init; }
Property Value
Methods
GetProjection()
public static Expression<Func<string, string, MediaItemJson>> GetProjection()
Returns
GetProjection(string, string)
public static MediaItemJson GetProjection(string fileName, string downloadUrl)