PolimagoFactoryCreatedObjectSave Method

CVB.Net Documentation
Save this object into a file.

Namespace:  Stemmer.Cvb.Polimago
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file to save to.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this object has already been disposed.
IOExceptionIf saving failed.
See Also

Reference