 | industryTermModelProjectSave Method (folderNode, Boolean, ILogBuilder) |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Saves the project to the specified folder, if null then to its default folder [!:folder]
Namespace:
imbWBI.IndustryTermModel.industry
Assembly:
imbWBI.IndustryTermModel (in imbWBI.IndustryTermModel.dll) Version: 1.0.49
Syntaxpublic void Save(
folderNode saveToFolder = null,
bool saveAs = false,
ILogBuilder logger = null
)
Parameters
- saveToFolder (Optional)
- Type: folderNode
The save to folder. - saveAs (Optional)
- Type: SystemBoolean
if set to true it is the [save as] mode, where the [!:folder] is keept. Otherwise, [!:folder] will end up with saveToFolder reference. - logger (Optional)
- Type: ILogBuilder
The logger.
See Also