ExplorerPanesGetName Method |
Gets the name of an explorer name from its identifier.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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