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 public IEnumerable<Item> EnumerateChildren(
SHCONTF? flags = null
)
Parameters
- flags (Optional)
- Type: SystemNullableSHCONTF
Optional flags.
Return Value
Type:
IEnumerableItemA list of children.
See Also