Table of Contents

Class FormFileContent

Namespace
JJMasterData.Core.DataManager.IO
Assembly
JJMasterData.Core.dll
public class FormFileContent
Inheritance
FormFileContent
Inherited Members

Properties

Bytes

public byte[] Bytes { get; init; }

Property Value

byte[]

FileName

public string FileName { get; set; }

Property Value

string

LastWriteTime

public DateTime LastWriteTime { get; set; }

Property Value

DateTime

Length

public long Length { get; set; }

Property Value

long