ImageRefTypeEnum

ImageRefTypeEnum enumeration

Image reference type enum.

public enum ImageRefTypeEnum

Values

NameValueDescription
OPAQUE0The image is accessed via an explicit OFX ImageRequest request, which will be followed by the image data.
URL1The 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.
FORMURL2The 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