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(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