Click or drag to resize

fileunitgetContentLines Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the content lines.

Namespace:  imbSCI.Core.files.unit
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<string> getContentLines(
	bool ignoreCache = false
)
Request Example View Source

Parameters

ignoreCache (Optional)
Type: SystemBoolean

Return Value

Type: ListString
See Also