copy_image method

copy_image(self, p, uid)

Applies the copy image operation.

Returns

The JSON string result


def copy_image(self, p, uid):
    ...
ParameterTypeDescription
pSystem.StringThe JSON string parameter
uidSystem.StringThe unique id for the file cache.

See Also