Click or drag to resize

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
Syntax
C#
public 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: NullableBoolean
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