Returns an array of directories in the current DirectoryInfo matching the given search criteria and using a value
to determine whether to search subdirectories.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- searchPattern
- Type: System String
Search pattern.
- searchOption
- Type: CMS.IO SearchOption
Specifies whether to search the current directory, or the current directory and all subdirectories.
Return Value
Type: DirectoryInfoSee Also