Table of Contents

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

string

FileName

public required string FileName { get; init; }

Property Value

string

Methods

GetProjection()

public static Expression<Func<string, string, MediaItemJson>> GetProjection()

Returns

Expression<Func<string, string, MediaItemJson>>

GetProjection(string, string)

public static MediaItemJson GetProjection(string fileName, string downloadUrl)

Parameters

fileName string
downloadUrl string

Returns

MediaItemJson