Enumerate the sub directories of this directory.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public IEnumerable<S3FileInfo> EnumerateFiles( string searchPattern )
 Parameters
 Parameters- searchPattern (String)
- The search string. The default pattern is "*", which returns all files.
 Return Value
 Return ValueAn enumerable collection of files that matches searchPattern.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| WebException | |
| AmazonS3Exception |