Click or drag to resize

ISupportLoadSaveSaveAs Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves to specified absolute path

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
bool SaveAs(
	string path,
	getWritableFileMode mode = getWritableFileMode.newOrExisting
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
mode (Optional)
Type: imbSCI.Data.enumsgetWritableFileMode
The mode.

Return Value

Type: Boolean
See Also