Click or drag to resize

FolderEnumerateChildren Method

Enumerates 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> EnumerateChildren(
	SHCONTF? flags = null
)

Parameters

flags (Optional)
Type: SystemNullableSHCONTF
Optional flags.

Return Value

Type: IEnumerableItem
A list of children.
See Also