Enum PickerOutcome
public enum PickerOutcome
Fields
Cancelled = 1The native dialog ran but the user cancelled it.
Chosen = 0The user picked a folder (Path is set).
No native picker is available on this machine (headless, missing tool, etc.).
public enum PickerOutcome
Cancelled = 1The native dialog ran but the user cancelled it.
Chosen = 0The user picked a folder (Path is set).
No native picker is available on this machine (headless, missing tool, etc.).