Table of Contents

Class UploadMetadata

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

Constructors

UploadMetadata()

public UploadMetadata()

Properties

ContainerIdentifier

public Guid ContainerIdentifier { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

FileCount

public int FileCount { get; set; }

Property Value

int

FileName

public string FileName { get; set; }

Property Value

string

FilePath

public string FilePath { get; set; }

Property Value

string

FileSize

public string FileSize { get; set; }

Property Value

string

FileType

public string FileType { get; set; }

Property Value

string

OrganizationCode

public string OrganizationCode { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

UploadDate

public string UploadDate { get; set; }

Property Value

string

UploadFolder

public string UploadFolder { get; set; }

Property Value

string

UploadUrl

public string UploadUrl { get; set; }

Property Value

string

UploadUrlReferrer

public string UploadUrlReferrer { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid

UserName

public string UserName { get; set; }

Property Value

string