openFile Method (WebImageCollectionJS)
In This Topic
Overloaded. Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property.
Overload List
Overload | Description |
openFile(Vintasoft.Shared.WebFileInfoJS) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
openFile(string,function,function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
openFile(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, clears the image collection and adds images to the image collection. |
openFile(string,function,function,Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. |
openFile(string,function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
openFile(string) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
openFile(Vintasoft.Shared.WebFileInfoJS,function,function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
openFile(Vintasoft.Shared.WebFileInfoJS,function) | Sends an asynchronous request to a server, gets information about images, which are stored in files on server, clears the image collection and adds images to the image collection. This function uses web service specified by WebServiceJS.defaultImageCollectionService property. |
Browser Compatibility
See Also