AWS SDK for .NET Documentation
WithMarker Method (marker)
AmazonAmazon.S3.ModelListObjectsRequestWithMarker(String) Did this page help you?   Yes   No    Tell us about it...
Indicates where in the bucket to begin listing. The list will only include keys that occur lexicographically after marker. This is convenient for pagination: to get the next page of results use the last key of the current page as the marker.
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 ListObjectsRequest WithMarker(
	string marker
)
Parameters
marker (String)
The marker value
Return Value
this instance

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