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