Click or drag to resize

ItemFromParsingNameNoFolder Method

Gets an Item instance from a parsing name. Never returns a Folder instance to avoid IShellFolder bindings and possible loops or hangs.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Item FromParsingNameNoFolder(
	string name,
	IBindCtx context = null,
	bool throwOnError = true
)

Parameters

name
Type: SystemString
The name.
context (Optional)
Type: System.Runtime.InteropServices.ComTypesIBindCtx
The COM bind context.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Item
An Item instance or null.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also