Click or drag to resize

fileunitsetContentLines Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the content lines - overwriting any existing

Namespace:  imbSCI.Core.files.unit
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setContentLines(
	IList<string> input
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericIListString
The input.
See Also