AWS SDK for .NET Documentation
WithSearchPattern Method (searchPattern)
AmazonAmazon.S3.TransferTransferUtilityUploadDirectoryRequestWithSearchPattern(String) Did this page help you?   Yes   No    Tell us about it...
Sets the search pattern used to determine which files in the directory are uploaded and returns this object instance, enabling additional method calls to be chained together. The SearchPattern is used for searching files in the directory. The default is "*" which returns back all files.
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 TransferUtilityUploadDirectoryRequest WithSearchPattern(
	string searchPattern
)
Parameters
searchPattern (String)
The search pattern used to deterimine which files in the directory are uploaded. The default value is "*", specifying that all files in the directory will be uploaded.
Return Value
This object instance, enabling additional method calls to be chained together.

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