Click or drag to resize

NamespaceTreeControlGetRootItems Method (Item, Boolean)

Gets an array of the root items.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int GetRootItems(
	out Item[] items,
	bool throwOnError = true
)

Parameters

items
Type: callback.ShellBoost.Core.WindowsShellItem
The items.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
See Also