Click or drag to resize

dialogSelectFileopen Method (IPlatform, String, dialogSelectFileMode, String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.terminal.dialogs
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public static inputResultCollection open(
	IPlatform platform,
	string __path,
	dialogSelectFileMode __mode,
	string __extension = ".*",
	string extraComment = ""
)
Request Example View Source

Parameters

platform
Type: imbACE.Services.platform.interfacesIPlatform
__path
Type: SystemString
__mode
Type: imbACE.Services.textBlocks.smartdialogSelectFileMode
__extension (Optional)
Type: SystemString
extraComment (Optional)
Type: SystemString

Return Value

Type: inputResultCollection
See Also