AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class FileUploadedEventArgs

    Provides metadata for a file that has been uploaded successfully.

    Inheritance
    object
    EventArgs
    FileUploadedEventArgs
    Inherited Members
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: AjaxUploader.Events
    Assembly: AjaxUploader.dll
    Syntax
    public class FileUploadedEventArgs : EventArgs

    Constructors

    FileUploadedEventArgs()

    Initializes a new instance of the FileUploadedEventArgs class.

    Declaration
    public FileUploadedEventArgs()

    Properties

    ContentType

    Gets or sets the detected content type.

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

    FileGuid

    Gets or sets the stored GUID for the uploaded file.

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

    FileName

    Gets or sets the original file name.

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

    FileSize

    Gets or sets the uploaded file size in bytes.

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