In This Topic
Removes the specified images from the collection.
Syntax
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var images; // Type: WebImageJS[]
value = instance.removeImages(images);
function removeImages(
: WebImageJS[]
) : any;
Parameters
- images
- An array of WebImageJS objects, which must be removed.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if collection does not contain specified image. |
Browser Compatibility
See Also