AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class UploadedFileInfo

    Describes a stored uploaded file.

    Inheritance
    object
    UploadedFileInfo
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: AjaxUploader.Models
    Assembly: AjaxUploader.dll
    Syntax
    public class UploadedFileInfo

    Constructors

    UploadedFileInfo()

    Initializes a new instance of the UploadedFileInfo class.

    Declaration
    public UploadedFileInfo()

    Properties

    ContentType

    Gets or sets the content type associated with the file.

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

    CreatedUtc

    Gets or sets the UTC timestamp when the upload was created.

    Declaration
    public DateTime CreatedUtc { get; set; }
    Property Value
    Type Description
    DateTime

    FileName

    Gets or sets the original file name.

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

    FileSize

    Gets or sets the file size in bytes.

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

    Guid

    Gets or sets the file GUID used by AjaxUploader.

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    Guid

    IsPersisted

    Gets or sets whether the file has been marked as persisted.

    Declaration
    public bool IsPersisted { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top AjaxUploader 5.0 API Reference