Click or drag to resize

IShellItemEnumeratorEnumItems Method

Enumerates Shell Items.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
IEnumerable<ShellItem> EnumItems(
	ShellItemEnumerationOptions options
)

Parameters

options
Type: callback.ShellBoost.CoreShellItemEnumerationOptions
The options.

Return Value

Type: IEnumerableShellItem
A list of ShellItem instances.
See Also