This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.PathOnServer Property (ArcObjects .NET 10.5 SDK) |
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