Click or drag to resize

fileTextSplitResultSetsaveSlits Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the slits.

Namespace:  imbSCI.Core.files.search
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void saveSlits(
	string pathPrefix = "",
	getWritableFileMode mode = getWritableFileMode.overwrite
)
Request Example View Source

Parameters

pathPrefix (Optional)
Type: SystemString
The path prefix.
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.
See Also