Click or drag to resize

ShellFolderRegistration Class

Defines options for Shell Folder registration.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreShellFolderRegistration

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ShellFolderRegistration

The ShellFolderRegistration type exposes the following members.

Constructors
  NameDescription
Public methodShellFolderRegistration
Initializes a new instance of the ShellFolderRegistration class.
Top
Properties
  NameDescription
Public propertyEnumerationBatchSize
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.
Public propertyIpcFormat
Gets or sets the RPC protocol endpoint format. This property value must be consistent with ShellFolderConfiguration's IpcFormat property value.
Public propertyMode
Gets the scope of the ShellBoost registration process.
Public propertyServerStart
Gets the server start parameters.
Top
Methods
  NameDescription
Public methodStatic memberGetIsPinnedToNameSpaceTree
Gets a value that determines if the specified Shell Folder is pinned to the name space tree. This method uses registry calls.
Public methodStatic memberHide
Hides the specified Shell Folder. This method uses registry calls.
Public methodStatic memberIsShown
Determines whether the specified Shell Folder is shown or not. This method uses registry calls.
Public methodStatic memberSetIsPinnedToNameSpaceTree
Sets a value that determines if the specified Shell Folder is pinned to the name space tree. This method uses registry calls.
Public methodStatic memberShow
Shows the specified Shell Folder. This method uses registry calls.
Public methodStatic memberToggle
Toggles the specified Shell Folder, shown or hidden. This method uses registry calls.
Top
See Also