Click or drag to resize

NamespaceTreeControl.GetRootItems Method

Enumerates the root items.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<Item> GetRootItems()

Return Value

Type: IEnumerable<Item>
A collection of root items
See Also