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


IUploadItem.FilePath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.FilePath Property
ArcGIS Developer Help

IUploadItem.FilePath Property

The path of this uploaded item.

[Visual Basic .NET]
Public Property FilePath As String
[C#]
public string FilePath {get; set;}
[C++]
HRESULT get_FilePath(
  BSTR pPath
);
[C++]
HRESULT put_FilePath(
  System.String* pPath
);
[C++]
Parameters
pPath [in]

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

Product Availability

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

See Also

IUploadItem Interface