Click or drag to resize

ExplorerPanesGetName Method

Gets the name of an explorer name from its identifier.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetName(
	Guid guid
)

Parameters

guid
Type: SystemGuid
The unique identifier.

Return Value

Type: String
The pane's name or the identifier as a string if the pane is unknown.
See Also