CoreUpload
Search Results for

    Show / Hide Table of Contents

    Class S3CompleteRequest

    Inheritance
    object
    S3CompleteRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CoreUpload.Providers
    Assembly: CoreUpload.dll
    Syntax
    public class S3CompleteRequest

    Properties

    Key

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

    Parts

    Declaration
    public List<S3Part> Parts { get; set; }
    Property Value
    Type Description
    List<S3Part>

    UploadId

    Declaration
    public string UploadId { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top CoreUpload 5.0 API ReferenceUploader family: AjaxUploader, CoreUpload, MultipleUpload, ASPUploader, and PHP File Uploader.