Click or drag to resize

FolderViewEnumerateItems Method

Enumerates the items items in the folder view..

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<Item> EnumerateItems(
	SVGIO flags = SVGIO.SVGIO_FLAG_VIEWORDER,
	bool throwOnError = true
)

Parameters

flags (Optional)
Type: ShellBoost.Core.WindowsShellSVGIO
SVGIO values that limit the enumeration to certain types of items.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IEnumerableItem
A list of items in the view.
See Also