Click or drag to resize

fileTextOperaterMulti Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Populates it self with fileTextOperaters for each file path specified in the filepaths argument

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileTextOperaterMulti(
	IEnumerable<string> filepaths
)
Request Example View Source

Parameters

filepaths
Type: System.Collections.GenericIEnumerableString
The filepaths.
See Also