FileSystemEntryEnumerateAllChildren Method |
Returns an enumerable collection of all entries in the current directory hierarchy.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IEnumerable<FileSystemEntry> EnumerateAllChildren(
FileSystemEntryEnumerationOptions options = FileSystemEntryEnumerationOptions.None,
int bufferSize = 4096,
bool throwOnError = true
)
Parameters
- options (Optional)
- Type: ShellBoost.Core.UtilitiesFileSystemEntryEnumerationOptions
The options to use. - bufferSize (Optional)
- Type: SystemInt32
The buffer size. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
IEnumerableFileSystemEntry
An enumerable collection of all entries in the current directory hierarchy.
See Also