ArcObjects Library Reference (Carto)  

IImageServerInit2.DownloadDirectory Property

The physical directory for downloadable files.

[Visual Basic .NET]
Public Property DownloadDirectory As String
[C#]
public string DownloadDirectory {get; set;}
[C++]
HRESULT get_DownloadDirectory(
  BSTR* pPath
);
[C++]
HRESULT put_DownloadDirectory(
  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