Click or drag to resize

ShellFolderEnumerateFileSystemInfos Method (DirectoryInfo, SHCONTF, String)

Enumerates file system files and folders.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual IEnumerable<FileSystemInfo> EnumerateFileSystemInfos(
	DirectoryInfo info,
	SHCONTF options = SHCONTF.SHCONTF_FOLDERS|SHCONTF.SHCONTF_NONFOLDERS,
	string searchPattern = null
)

Parameters

info
Type: System.IODirectoryInfo
The parent folder information.
options (Optional)
Type: callback.ShellBoost.Core.WindowsShellSHCONTF
The options.
searchPattern (Optional)
Type: SystemString
The search pattern.

Return Value

Type: IEnumerableFileSystemInfo
A list of FileSystemInfo instances.
Exceptions
ExceptionCondition
ArgumentNullException info is null.
See Also