Click or drag to resize

fileTextSearchResultSetgetLines Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the distinct lines

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<string> getLines(
	bool distinct = true
)
Request Example View Source

Parameters

distinct (Optional)
Type: SystemBoolean
if set to true it will return only distinct lines

Return Value

Type: ListString
List of resulting lines
See Also