ShellUtilitiesGetIdList Method (String, IBindCtx, Boolean) |
Gets the PIDL from a path.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
ShellItemIdListAn instance of the ShellItemIdList class.
Exceptions See Also