GridJsService.AddImageByURL

GridJsService.AddImageByURL method

Applies the add image from remote URL operation.

public string AddImageByURL(string p, string uid, string imageurl)
ParameterTypeDescription
pStringThe JSON string parameter
uidStringThe unique id for the file cache.
imageurlStringSpecify the image URL.

Return Value

The JSON string result

See Also