Previous Topic

Next Topic

Image - Web Service Function

Image(ImagePath=String[,Intent=String, FileName=String]): Object

Image Web Services function returns the Image specified in Image Path. You can optionally specify the Intent as inline or attachment.

Image function syntax has these named arguments:

Parameter

Description

Image Path

Required. The path of the image file.

Intent

Optional. Specify the delivery intent from Inline or Attachment. Defaults to Inline.

Filename

Optional. For Attachment images, specify the filename where the image will be saved.

See Web Service Functions for sample code to access Web Services. Sample web service end point syntax is:

Response = MakeCall("Image(ImagePath=picfile.jpg,Intent=Inline)")

See Also

Company Web Service Actions and Functions

Book Contents

Book Index