Click or drag to resize

analyticJobNoteSaveNote Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Saves the note into assigned folder. Default name: note.txt

Namespace:  imbWEM.Core.project
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public void SaveNote(
	string name = "",
	bool toPDF = false
)

Parameters

name (Optional)
Type: SystemString
The name.
toPDF (Optional)
Type: SystemBoolean

[Missing <param name="toPDF"/> documentation for "M:imbWEM.Core.project.analyticJobNote.SaveNote(System.String,System.Boolean)"]

See Also