Click or drag to resize

ShellItemIdFromFileSystem Method (FileSystemInfo)

Creates an instance of a ShellItemId from a FileSystemInfo instance. Note the PIDL created is internal to ShellBoost, it cannot be used as a standard Windows Shell PIDL.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static ShellItemId FromFileSystem(
	FileSystemInfo info
)

Parameters

info
Type: System.IOFileSystemInfo
The FileSystemInfo instance.

Return Value

Type: ShellItemId
An instance of the ShellItemId class.
Exceptions
ExceptionCondition
ArgumentNullExceptioninfo is null.
See Also