ShellFolderRegistration Class |
Namespace: ShellBoost.Core
public class ShellFolderRegistration
The ShellFolderRegistration type exposes the following members.
Name | Description | |
---|---|---|
ShellFolderRegistration |
Initializes a new instance of the ShellFolderRegistration class.
|
Name | Description | |
---|---|---|
EnumerationBatchSize |
Gets or sets the RPC protocol enumeration batch size.
If the value is less or equal to 0, an automatic default value will be used.
Note this will not be effective until the client process using the native proxy (for example explorer.exe) is restarted.
| |
IpcFormat |
Gets or sets the RPC protocol endpoint format.
This property value must be consistent with ShellFolderConfiguration's IpcFormat property value.
| |
Mode |
Gets the scope of the ShellBoost registration process.
| |
ServerStart |
Gets the server start parameters.
|
Name | Description | |
---|---|---|
GetIsPinnedToNameSpaceTree |
Gets a value that determines if the specified Shell Folder is pinned to the name space tree.
This method uses registry calls.
| |
Hide |
Hides the specified Shell Folder.
This method uses registry calls.
| |
IsShown |
Determines whether the specified Shell Folder is shown or not.
This method uses registry calls.
| |
SetIsPinnedToNameSpaceTree |
Sets a value that determines if the specified Shell Folder is pinned to the name space tree.
This method uses registry calls.
| |
Show |
Shows the specified Shell Folder.
This method uses registry calls.
| |
Toggle |
Toggles the specified Shell Folder, shown or hidden.
This method uses registry calls.
|