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 public static string GetName(
Guid guid
)
Parameters
- guid
- Type: SystemGuid
The unique identifier.
Return Value
Type:
StringThe pane's name or the identifier as a string if the pane is unknown.
See Also