Save

Save(string, OfxVersionEnum)

Creates and saves the OFX file to the disk.

public void Save(string fileName, OfxVersionEnum ofxVersion)
Parameter Type Description
fileName String The name of created file.
ofxVersion OfxVersionEnum The ofx version.

See Also


Save(string, SaveOptions)

Creates and saves the OFX file to the disk.

public void Save(string fileName, SaveOptions saveOptions)
Parameter Type Description
fileName String The name of created file.
saveOptions SaveOptions The save options.

See Also