DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlFileUploadUpdate

    Inheritance
    object
    ControlFileUploadUpdate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ControlFileUploadUpdate

    Properties

    ActionContext

    Declaration
    public string ActionContext { get; set; }
    Property Value
    Type Description
    string

    ActionName

    Declaration
    public string ActionName { get; set; }
    Property Value
    Type Description
    string

    ChunkCount

    Declaration
    public int ChunkCount { get; set; }
    Property Value
    Type Description
    int

    ChunkNumber

    Declaration
    public int ChunkNumber { get; set; }
    Property Value
    Type Description
    int

    ChunkSize

    Declaration
    public int ChunkSize { get; set; }
    Property Value
    Type Description
    int

    FileId

    Declaration
    public string FileId { get; set; }
    Property Value
    Type Description
    string

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    string

    FileSize

    Declaration
    public long FileSize { get; set; }
    Property Value
    Type Description
    long

    FullName

    Declaration
    [Required(ErrorMessage = "FullName is required")]
    public string FullName { get; set; }
    Property Value
    Type Description
    string

    SourceFullName

    Declaration
    public string SourceFullName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX