This document is archived and information here might be outdated. Recommended version. |
The download file name.
[Visual Basic .NET]
Public Property URI As String
[C#]
public string URI {get; set;}
[C++]
HRESULT get_URI(
System.String* pURI
);
[C++]
HRESULT put_URI(
BSTR pURI
);
[C++] Parameters pURI [out, retval]
pURI is a parameter of type BSTR* pURI [in]
pURI is a parameter of type BSTR
To get a downloadable url, use the GetFile method of IImageServer3.