Table of Contents

Class UploadFileInfo

Namespace
Shift.Common.File
Assembly
Shift.Common.dll
public class UploadFileInfo
Inheritance
UploadFileInfo
Inherited Members
Extension Methods

Constructors

UploadFileInfo()

public UploadFileInfo()

Properties

DocumentName

public string DocumentName { get; set; }

Property Value

string

FileIdentifier

public Guid FileIdentifier { get; set; }

Property Value

Guid

FileName

public string FileName { get; set; }

Property Value

string

FileSize

public int FileSize { get; set; }

Property Value

int