Click or drag to resize

ShellUtilitiesEnumerateItems Method (ShellItemIdList, 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(
	ShellItemIdList idList,
	bool throwOnError = true
)

Parameters

idList
Type: callback.ShellBoost.CoreShellItemIdList
The parent PIDL.
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
ArgumentNullExceptionidl is null.
See Also