KnownFolderGet Method (Guid) |
Gets a known folder from its identifier.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static KnownFolder Get(
Guid id
)
Parameters
- id
- Type: SystemGuid
The identifier.
Return Value
Type:
KnownFolderA KnownFolder instance or null if it was not found.
See Also