Click or drag to resize

ShellItemEnumerationOptions Class

Defines options to use when enumerating Shell Items.
Inheritance Hierarchy
SystemObject
  ShellBoost.CoreShellItemEnumerationOptions

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

The ShellItemEnumerationOptions type exposes the following members.

Constructors
  NameDescription
Public methodShellItemEnumerationOptions
Initializes a new instance of the ShellItemEnumerationOptions class
Top
Properties
  NameDescription
Public propertyHwnd
If user input is required to perform the enumeration, this window handle can be used by the enumeration object as the parent window to take user input. May be IntPtr.Zero.
Public propertyTypes
Gets or sets the types of items included in the enumeration.
Top
See Also