Click or drag to resize
DirectoryInfoEnumerateFiles Method (String)
Returns an enumerable collection of file information that matches a search pattern.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<FileInfo> EnumerateFiles(
	string searchPattern
)

Parameters

searchPattern
Type: SystemString
Search pattern.

Return Value

Type: IEnumerableFileInfo
An enumerable collection of files that matches searchPattern.
See Also