Save

Save(string, OfxVersionEnum)

Creates and saves the OFX file to the disk.

public void Save(string fileName, OfxVersionEnum ofxVersion)
ParameterTypeDescription
fileNameStringThe name of created file.
ofxVersionOfxVersionEnumThe ofx version.

See Also


Save(Stream, OfxVersionEnum)

Saves the OFX file to the stream.

public void Save(Stream stream, OfxVersionEnum ofxVersion)
ParameterTypeDescription
streamStreamThe stream.
ofxVersionOfxVersionEnumThe ofx version.

See Also


Save(string, SaveOptions)

Creates and saves the OFX file to the disk.

public void Save(string fileName, SaveOptions saveOptions)
ParameterTypeDescription
fileNameStringThe name of created file.
saveOptionsSaveOptionsThe save options.

See Also


Save(Stream, SaveOptions)

Creates and saves the OFX file to the stream.

public void Save(Stream stream, SaveOptions saveOptions)
ParameterTypeDescription
streamStreamThe stream.
saveOptionsSaveOptionsThe save options.

See Also