ShellFolderRegistration.IsShown 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
Syntaxpublic static bool IsShown(
Guid folderClassId,
string location,
RegistrationMode mode = RegistrationMode.User
)
Parameters
- folderClassId
- Type: System.Guid
The Shell Folder Class Id. - location
- Type: System.String
The location. - mode (Optional)
- Type: callback.ShellBoost.Core.RegistrationMode
The mode. Only User or Machine are supported.
Return Value
Type:
Booleantrue if the specified folder class identifier is shown; otherwise,
false.
Exceptions
See Also