Click or drag to resize

aceAdvancedConsoleWorkspacegetInputList Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public List<string> getInputList(
	string pattern = "*.*",
	bool getAbsolutePaths = false
)
Request Example View Source

Parameters

pattern (Optional)
Type: SystemString
getAbsolutePaths (Optional)
Type: SystemBoolean

Return Value

Type: ListString
See Also