Click or drag to resize

dialogSelectFile Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the dialogSelectFile class

Namespace:  imbACE.Services.terminal.dialogs
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public dialogSelectFile(
	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
Type: SystemString
extraComment
Type: SystemString
See Also