Table of Contents

Class FileUploadModel

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class FileUploadModel
Inheritance
FileUploadModel
Inherited Members
Extension Methods

Constructors

FileUploadModel()

public FileUploadModel()

Properties

AllowedExtensions

public string[] AllowedExtensions { get; set; }

Property Value

string[]

AllowedExtensionsJS

public string AllowedExtensionsJS { get; }

Property Value

string

ContainerIdentifier

public Guid ContainerIdentifier { get; set; }

Property Value

Guid

ContainerType

public string ContainerType { get; set; }

Property Value

string

Input

public string Input { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

MaxFileSize

public int? MaxFileSize { get; set; }

Property Value

int?

MaxFileSizeJS

public string MaxFileSizeJS { get; }

Property Value

string

SelectButton

public string SelectButton { get; set; }

Property Value

string

SelectFiles

public string SelectFiles { get; set; }

Property Value

string

SelectedFileNames

public string SelectedFileNames { get; set; }

Property Value

string

UploadButton

public string UploadButton { get; set; }

Property Value

string

UploadProgress

public string UploadProgress { get; set; }

Property Value

string