add_image_by_url method

add_image_by_url(self, p, uid, imageurl)

Applies the add image from remote URL operation.

Returns

The JSON string result


def add_image_by_url(self, p, uid, imageurl):
    ...
ParameterTypeDescription
pSystem.StringThe JSON string parameter
uidSystem.StringThe unique id for the file cache.
imageurlSystem.StringSpecify the image URL.

See Also