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