Click or drag to resize

FolderChildren Property

Gets the folder's children.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerable<Item> Children { get; }

Property Value

Type: IEnumerableItem
The children.
See Also