getImageFilesInfos Method (WebImageCollectionJS)
In This Topic
Overloaded. Sends an asynchronous request to a server and gets information about images, which are stored in files on server.
Overload List
Overload | Description |
getImageFilesInfos(string[],function,function,Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. |
getImageFilesInfos(string[],function,function) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
getImageFilesInfos(string[],function) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
getImageFilesInfos(string[],Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. |
getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],function,function,Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. |
getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],function,function) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],function) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. Function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server and gets information about images, which are stored in files on server. |
Browser Compatibility
See Also