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


IUploadItem.PathOnServer Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IUploadItem.PathOnServer Property

The path of this uploaded item on server.

[Visual Basic .NET]
Public Property PathOnServer As String
[C#]
public string PathOnServer {get; set;}
[C++]
HRESULT get_PathOnServer(
  BSTR* pPathOnServer
);
[C++]
HRESULT put_PathOnServer(
  BSTR pPathOnServer
);
[C++]

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

Product Availability

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

See Also

IUploadItem Interface