Click or drag to resize

ShellFolderRegistrationIsShown Method

Determines whether the specified Shell Folder is shown or not. 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 IsShown(
	Guid folderClassId,
	string location,
	RegistrationMode mode = RegistrationMode.User
)

Parameters

folderClassId
Type: SystemGuid
The Shell Folder Class Id.
location
Type: SystemString
The location.
mode (Optional)
Type: callback.ShellBoost.CoreRegistrationMode
The mode. Only User or Machine are supported.

Return Value

Type: Boolean
true if the specified folder class identifier is shown; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocation is null.
See Also