FolderViewGetItemCount Method |
Gets the number of items in the folder. This can be the number of all items, or a subset such as the number of selected items.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public int GetItemCount(
SVGIO options,
bool throwOnError = true
)
Parameters
- options
- Type: ShellBoost.Core.WindowsShellSVGIO
Flags from the SVGIO enumeration that limit the count to certain types of items. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Int32The number of items (files and folders) displayed in the folder view.
See Also