Click or drag to resize

ShellFolderEnumItems Method

Enumerates Shell Items. To maximize performance, the GetItem(ShellItemId) and GetItem(string) methods should be overriden.

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

Parameters

options
Type: callback.ShellBoost.Core.WindowsShellSHCONTF
The options.

Return Value

Type: IEnumerableShellItem
A list of ShellItem instances.
See Also