Click or drag to resize

ShellFolder.EnumFileSystemItems Method

Enumerates File System Shell Items

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual IEnumerable<ShellItem> EnumFileSystemItems(
	SHCONTF options
)

Parameters

options
Type: callback.ShellBoost.Core.WindowsShell.SHCONTF
The options.

Return Value

Type: IEnumerable<ShellItem>
A list of ShellItem instances.
See Also