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 SourceDirectory
Directory where the picker is opened
Declaration
string Directory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Window title
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceChoose()
Open the picker
Declaration
string Choose()
Returns
Type | Description |
---|---|
System.String | Entity chosen, null if canceled |