Show / Hide Table of Contents

Interface IIODialog

Common abstraction for both IFilePicker and IFolderPicker

Namespace: Neutronium.BuildingBlocks.ApplicationTools
Assembly: Neutronium.BuildingBlocks.ApplicationTools.dll
Syntax
public interface IIODialog

Properties

| Improve this Doc View Source

Directory

Directory where the picker is opened

Declaration
string Directory { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Title

Window title

Declaration
string Title { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Choose()

Open the picker

Declaration
string Choose()
Returns
Type Description
System.String

Entity chosen, null if canceled

  • Improve this Doc
  • View Source
Back to top Generated by DocFX