Class ControlFileUploadUpdate
Inheritance
ControlFileUploadUpdate
Assembly: DataWeb.Core.dll
Syntax
public class ControlFileUploadUpdate
Properties
ChunkCount
Declaration
public int ChunkCount { get; set; }
Property Value
ChunkNumber
Declaration
public int ChunkNumber { get; set; }
Property Value
ChunkSize
Declaration
public int ChunkSize { get; set; }
Property Value
FileId
Declaration
public string FileId { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
FileSize
Declaration
public long FileSize { get; set; }
Property Value
FullName
Declaration
[Required(ErrorMessage = "FullName is required")]
public string FullName { get; set; }
Property Value