This document is archived and information here might be outdated.  Recommended version.


IImageServerInit2.VirtualDownloadDirectory Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit2.VirtualDownloadDirectory Property

The virtual directory for downloading files.

[Visual Basic .NET]
Public Property VirtualDownloadDirectory As String
[C#]
public string VirtualDownloadDirectory {get; set;}
[C++]
HRESULT get_VirtualDownloadDirectory(
  BSTR* pPath
);
[C++]
HRESULT put_VirtualDownloadDirectory(
  BSTR pPath
);
[C++]

Parameters pPath [out, retval] pPath is a parameter of type BSTR pPath [in] pPath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServerInit2 Interface