Table of Contents

Enum PickerOutcome

Namespace
EchoHub.Client.Services
Assembly
EchoHub.Client.dll
public enum PickerOutcome

Fields

Cancelled = 1

The native dialog ran but the user cancelled it.

Chosen = 0

The user picked a folder (Path is set).

Unavailable = 2

No native picker is available on this machine (headless, missing tool, etc.).