addFiles Метод (WebImageCollectionJS)
В этом разделе
Overloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection.
Список перегрузок
Перегрузка | Описание |
addFiles(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. |
addFiles(string[],function,function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
addFiles(string[],function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
addFiles(string[],Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. |
addFiles(Vintasoft.Shared.WebFileInfoJS[],function,function,Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. |
addFiles(Vintasoft.Shared.WebFileInfoJS[],function,function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
addFiles(string[],function,function,Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. |
addFiles(Vintasoft.Shared.WebFileInfoJS[],function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
Смотрите также