OfxRequestDocument

OfxRequestDocument()

Initializes a new instance of OfxRequestDocument class.

public OfxRequestDocument()

See Also


OfxRequestDocument(string)

Initializes a new instance of OfxRequestDocument class.

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

See Also


OfxRequestDocument(string, LoadOptions)

Initializes a new instance of OfxRequestDocument class.

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

See Also