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


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

IUploadItem2.ContentType Property

The content type of the uploaded item.

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

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

Product Availability

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

See Also

IUploadItem2 Interface