Click or drag to resize

ShellFolderRegistrationEnumerationBatchSize Property

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.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual int EnumerationBatchSize { get; set; }

Property Value

Type: Int32
The batch size.
See Also