addRange(Vintasoft.Shared.WebImageCollectionJS) Method
In This Topic
Adds images to the end of the collection.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var images; // Type: WebImageCollectionJS
value = instance.addRange(images);
function addRange(
: WebImageCollectionJS
) : any;
Parameters
- images
- An image collection, which is represented by WebImageCollectionJS object.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if image already exists in collection. |
Browser Compatibility
See Also