ShellFolderRegistration.GetIsPinnedToNameSpaceTree 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
Syntax public static bool? GetIsPinnedToNameSpaceTree(
Guid folderClassId,
RegistrationMode mode = RegistrationMode.User
)
Parameters
- folderClassId
- Type: System.Guid
The Shell Folder Class Id. - mode (Optional)
- Type: callback.ShellBoost.Core.RegistrationMode
The mode.
Return Value
Type:
Nullable<Boolean>true 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