@page @model EveryThing.Pages.Files.DeleteModel

Are you sure you want to delete this?

File


@Html.DisplayNameFor(model => model.File.FileType)
@Html.DisplayFor(model => model.File.FileType)
@Html.DisplayNameFor(model => model.File.IdReferenceFk)
@Html.DisplayFor(model => model.File.IdReferenceFk)
@Html.DisplayNameFor(model => model.File.Guid)
@Html.DisplayFor(model => model.File.Guid)
@Html.DisplayNameFor(model => model.File.Extension)
@Html.DisplayFor(model => model.File.Extension)
@Html.DisplayNameFor(model => model.File.Salt)
@Html.DisplayFor(model => model.File.Salt)
@Html.DisplayNameFor(model => model.File.Iv)
@Html.DisplayFor(model => model.File.Iv)
@Html.DisplayNameFor(model => model.File.Title)
@Html.DisplayFor(model => model.File.Title)
@Html.DisplayNameFor(model => model.File.DateOfUpload)
@Html.DisplayFor(model => model.File.DateOfUpload)
@Html.DisplayNameFor(model => model.File.Note)
@Html.DisplayFor(model => model.File.Note)
@Html.DisplayNameFor(model => model.File.Company)
@Html.DisplayFor(model => model.File.Company.Ceo)
| Back to List