Click or drag to resize

FolderViewEnumerateItems Method

Enumerates the items items in the folder view..

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

Parameters

flags (Optional)
Type: callback.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