Click or drag to resize

fileSystemList Constructor

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

Namespace:  imbACE.Services.textBlocks.smart
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public fileSystemList(
	string path,
	dialogSelectFileMode mode,
	string extension = ""
)
Request Example View Source

Parameters

path
Type: SystemString
mode
Type: imbACE.Services.textBlocks.smartdialogSelectFileMode
extension (Optional)
Type: SystemString
See Also