Click or drag to resize

ShellBrowserBaseAsyncResult Enumeration

Values that represent the possible result values of Next(IShellChangeNotifier).

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public enum AsyncResult
Members
  Member nameValueDescription
NoMoreItems0No more items were found.
Ok1A valid item was found an is now the active object.
Async2Enumeration will be done asynchonously using shell change notification messages.
Error3An error occurred when enumerating items.
See Also