This document is archived and information here might be outdated. Recommended version. |
Get the URL to a given download result.
[Visual Basic .NET] Public Function GetFile ( _ ByVal pFile As IImageServerDownloadResult _ ) As String
[C#] public string GetFile ( IImageServerDownloadResult pFile );
[C++]
HRESULT GetFile(
IImageServerDownloadResult* pFile
);
[C++] Parameters pFile [in]
pFile is a parameter of type IImageServerDownloadResult*
GetFile() prepares a downloadable file that is only known to the image service and returns a public URL (e.g. http:// or ftp://).