FolderEnumerateChildren Method |
Enumerates the folder's children.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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