| DirectoryInfoEnumerateFiles Method (String) | 
            Returns an enumerable collection of file information that matches a search pattern.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic IEnumerable<FileInfo> EnumerateFiles(
	string searchPattern
)
Parameters
- searchPattern
- Type: SystemString
 Search pattern.
Return Value
Type: 
IEnumerableFileInfoAn enumerable collection of files that matches 
searchPattern.
 See Also
See Also