Class AttemptUploadFileFormat
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
idstringtitlestringuploadLabelstringtypeLabelstringtypeItemsAttemptUploadFileType[]extsstring[]parserAttemptUploadFileParser.ParseFunc
Properties
Extensions
public ICollection<string> Extensions { get; }
Property Value
ID
public string ID { get; }
Property Value
Parse
public AttemptUploadFileParser.ParseFunc Parse { get; }
Property Value
Title
public string Title { get; }
Property Value
TypeItems
public AttemptUploadFileType[] TypeItems { get; }
Property Value
TypeLabel
public string TypeLabel { get; }
Property Value
UploadLabel
public string UploadLabel { get; }