Click or drag to resize

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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int GetItemCount(
	SVGIO options,
	bool throwOnError = true
)

Parameters

options
Type: callback.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: Int32
The number of items (files and folders) displayed in the folder view.
See Also