Click or drag to resize

ShellItemIdTryGetFileSystemName Method (String, SFGAO)

Tries to get a file system name and attributes from this instance. Only supported for file system PIDLs created by ShellBoost, using ShellItemId.FromFileSystem or ShellItem's constructors with FileInfo or DirectoryInfo parameters.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool TryGetFileSystemName(
	out string name,
	out SFGAO attributes
)

Parameters

name
Type: SystemString
The name.
attributes
Type: callback.ShellBoost.Core.WindowsShellSFGAO
The attributes.

Return Value

Type: Boolean
true if this instance represents a file system name created by ShellBoost, false otherwise.
See Also