Click or drag to resize

ShellUtilitiesEnumerateItems Method (String, Boolean)

Enumerates child items of a given shell item.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<ShellItemIdList> EnumerateItems(
	string path,
	bool throwOnError = true
)

Parameters

path
Type: SystemString
The parent path.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: IEnumerableShellItemIdList
A list of child PIDLs.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also