AWS SDK for .NET Documentation
WithPartNumberMarker Method (partNumberMarker)
AmazonAmazon.S3.ModelListPartsRequestWithPartNumberMarker(String) Did this page help you?   Yes   No    Tell us about it...
Specifies the part after which listing should begin. Only parts with higher part numbers will be listed.
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 ListPartsRequest WithPartNumberMarker(
	string partNumberMarker
)
Parameters
partNumberMarker (String)
The part number to start listing from
Return Value
the request with the PartNumberMarker set

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