Click or drag to resize

FolderEnumerateChildren Method

Enumerates the folder's children.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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