ShellFolderRegistrationGetIsPinnedToNameSpaceTree Method |
Gets a value that determines if the specified Shell Folder is pinned to the name space tree.
This method uses registry calls.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic static bool? GetIsPinnedToNameSpaceTree(
Guid folderClassId,
RegistrationMode mode = RegistrationMode.User
)
Parameters
- folderClassId
- Type: SystemGuid
The Shell Folder Class Id. - mode (Optional)
- Type: callback.ShellBoost.CoreRegistrationMode
The mode.
Return Value
Type:
NullableBooleantrue if the value is set to 1, false if the value is set to 0, and null if the value is not set.
See Also