AWS SDK for .NET Documentation
WithUploadIdMarker Method (uploadIdMarker)
AmazonAmazon.S3.ModelListMultipartUploadsRequestWithUploadIdMarker(String) Did this page help you?   Yes   No    Tell us about it...
Together with key-marker, specifies the multipart upload after which listing should begin.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public ListMultipartUploadsRequest WithUploadIdMarker(
	string uploadIdMarker
)
Parameters
uploadIdMarker (String)
The upload id marker value
Return Value
the request with the UploadIdMarker set
Remarks
If key-marker is not specified, the upload-id-marker parameter is ignored. Otherwise, any multipart uploads for a key equal to the key-marker might be included in the list only if they have an upload ID lexicographically greater than the specified upload-id-marker.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)