Click or drag to resize

ShellFolderEnumFileSystemItems 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.WindowsShellSHCONTF
The options.

Return Value

Type: IEnumerableShellItem
A list of ShellItem instances.
See Also