Class FileContentInfo
Представляет информацию о файле.
public class FileContentInfo : IFileContentInfo
- Inheritance
-
FileContentInfo
- Implements
- Inherited Members
Constructors
FileContentInfo()
public FileContentInfo()
Properties
Body
Содержимое файла.
public byte[]? Body { get; set; }
Property Value
- byte[]
Name
Имя файла.
public string? Name { get; set; }