Table of Contents

Interface IFileContentInfo

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Files
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(FileContentInfo))]
public interface IFileContentInfo

Properties

Body

Содержимое файла.

byte[]? Body { get; set; }

Property Value

byte[]

Name

Имя файла.

string? Name { get; set; }

Property Value

string