Click or drag to resize

ShellFolderServerEnumerateItems Method

Enumerates Shell Items from a Shell Folder instance.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static IEnumerable<ShellItem> EnumerateItems(
	ShellFolder folder,
	ShellItemEnumerationOptions options
)

Parameters

folder
Type: ShellBoost.CoreShellFolder
The folder instance.
options
Type: ShellBoost.CoreShellItemEnumerationOptions
The options instance.

Return Value

Type: IEnumerableShellItem
A list of Shell Items.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolder or options is null.
See Also