Click or drag to resize

analyticConsoleWorkspacesaveSample Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Saves the sample.

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public FileInfo saveSample(
	string sampleName,
	webSiteSimpleSample sample
)

Parameters

sampleName
Type: SystemString
Name of the sample.
sample
Type: imbWEM.Core.consolewebSiteSimpleSample
The sample.

Return Value

Type: FileInfo

[Missing <returns> documentation for "M:imbWEM.Core.console.analyticConsoleWorkspace.saveSample(System.String,imbWEM.Core.console.webSiteSimpleSample)"]

See Also