Click or drag to resize

ShellUtilitiesGetIdList Method (String, IBindCtx, Boolean)

Gets the PIDL from a path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ShellItemIdList GetIdList(
	string path,
	IBindCtx bindContext = null,
	bool throwOnError = true
)

Parameters

path
Type: SystemString
The path.
bindContext (Optional)
Type: System.Runtime.InteropServices.ComTypesIBindCtx
A bind context that controls the parsing operation.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: ShellItemIdList
An instance of the ShellItemIdList class.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also