Table of Contents

Class AttemptUploadFileFormat

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

Constructors

AttemptUploadFileFormat(string, string, string, string, AttemptUploadFileType[], string[], ParseFunc)

public AttemptUploadFileFormat(string id, string title, string uploadLabel, string typeLabel, AttemptUploadFileType[] typeItems, string[] exts, AttemptUploadFileParser.ParseFunc parser)

Parameters

id string
title string
uploadLabel string
typeLabel string
typeItems AttemptUploadFileType[]
exts string[]
parser AttemptUploadFileParser.ParseFunc

Properties

Extensions

public ICollection<string> Extensions { get; }

Property Value

ICollection<string>

ID

public string ID { get; }

Property Value

string

Parse

public AttemptUploadFileParser.ParseFunc Parse { get; }

Property Value

AttemptUploadFileParser.ParseFunc

Title

public string Title { get; }

Property Value

string

TypeItems

public AttemptUploadFileType[] TypeItems { get; }

Property Value

AttemptUploadFileType[]

TypeLabel

public string TypeLabel { get; }

Property Value

string

UploadLabel

public string UploadLabel { get; }

Property Value

string