ImageRefTypeEnum enumeration

ImageRefTypeEnum enumeration

Image reference type enum.

The ImageRefTypeEnum type exposes the following members:

Fields

FieldDescription
OPAQUEThe image is accessed via an explicit OFX ImageRequest request, which will be followed by the image data.
URLThe image is accessed directly via the URL provided. The image cannot be retrieved via an OFX image request. The expectation is
that the client will not provide authentication and will simply follow the URL provided.
FORMURLThe image is accessed directly via an encoded URL. The image cannot be retrieved via an OFX image request. The expectation is
that the client will send authentication to the server.

See Also