В этом разделе
Removes the specified images from the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var images; // Type: WebImageJS[]
value = instance.removeImages(images);
Parameters
- images
- An array of WebImageJS objects, which must be removed.
Исключения
Исключение | Описание |
| Thrown if argument has wrong type. |
| Thrown if collection does not contain specified image. |
Смотрите также