Method | Description | |
---|---|---|
BrowseForFile ( string initialDirectory = null, string title = null, string defaultExt = null, bool checkFileExists = true ) : Task |
||
BrowseForFolder ( string selectedPath = null, string title = null ) : Task |
||
ExceptionDialog ( |
||
MessageBox ( |
||
NodeDialogManager ( INodeApi api ) : System |
Method | Description | |
---|---|---|
GetButtons ( |
public BrowseForFile ( string initialDirectory = null, string title = null, string defaultExt = null, bool checkFileExists = true ) : Task |
||
initialDirectory | string | |
title | string | |
defaultExt | string | |
checkFileExists | bool | |
return | Task |
public BrowseForFolder ( string selectedPath = null, string title = null ) : Task |
||
selectedPath | string | |
title | string | |
return | Task |
public ExceptionDialog ( |
||
e | ||
message | string | |
title | string | |
window | object | |
return | Task |
public MessageBox ( |
||
dialogParams | ||
return | Task |
public NodeDialogManager ( INodeApi api ) : System | ||
api | INodeApi | |
return | System |