AWS SDK for .NET Documentation
WithPartNumber Method (partNumber)
AmazonAmazon.S3.ModelCopyPartRequestWithPartNumber(Int32) Did this page help you?   Yes   No    Tell us about it...
Sets the number of the part to be copied.
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 CopyPartRequest WithPartNumber(
	int partNumber
)
Parameters
partNumber (Int32)
value to set the PartNumber property to
Return Value
this instance
Remarks
Valid part numbers are from 1 to 10,000 inclusive and will uniquely identify the part and determine the relative ordering within the destination object. If a part already exists with the PartNumber it will be overwritten.

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