FolderView.EnumerateItems 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
Syntaxpublic IEnumerable<Item> EnumerateItems(
SVGIO flags = SVGIO.SVGIO_FLAG_VIEWORDER,
bool throwOnError = true
)
Parameters
- flags (Optional)
- Type: callback.ShellBoost.Core.WindowsShell.SVGIO
SVGIO values that limit the enumeration to certain types of items. - throwOnError (Optional)
- Type: System.Boolean
true to throw error; otherwise false.
Return Value
Type:
IEnumerable<Item>A list of items in the view.
See Also