Click or drag to resize

ItemFromShellFolder Method

Gets an Item instance from a data object.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Item FromShellFolder(
	Object shellFolder,
	bool noFolder = false
)

Parameters

shellFolder
Type: SystemObject
An IShellFolder instance.
noFolder (Optional)
Type: SystemBoolean
if set to true the method will never return a Folder instance.

Return Value

Type: Item
An Item instance or null.
See Also