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:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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: 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