OfxResponseDocument

OfxResponseDocument()

Initializes a new instance of OfxResponseDocument class.

public OfxResponseDocument()

See Also


OfxResponseDocument(string)

Initializes a new instance of OfxResponseDocument class.

public OfxResponseDocument(string fileName)
Parameter Type Description
fileName String The file name.

See Also


OfxResponseDocument(string, LoadOptions)

Initializes a new instance of OfxResponseDocument class.

public OfxResponseDocument(string fileName, LoadOptions options)
Parameter Type Description
fileName String The file name.
options LoadOptions The load options.

See Also