AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class S3ListPartsResult

    Result of the optional ListParts signer capability.

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

    Constructors

    S3ListPartsResult()

    Initializes an empty result.

    Declaration
    public S3ListPartsResult()

    Properties

    Parts

    The parts S3 currently holds for the upload.

    Declaration
    public List<S3StoredPart> Parts { get; set; }
    Property Value
    Type Description
    List<S3StoredPart>
    In this article
    Back to top AjaxUploader API Reference