Click or drag to resize

IShellItemEnumeratorEnumItems Method

Enumerates Shell Items.

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

Parameters

options
Type: ShellBoost.CoreShellItemEnumerationOptions
The options.

Return Value

Type: IEnumerableShellItem
A list of ShellItem instances.
See Also