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


IUploadItem.Committed 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.Committed Property
ArcGIS Developer Help

IUploadItem.Committed Property

Indicates if the upload item has been committed.

[Visual Basic .NET]
Public Property Committed As Boolean
[C#]
public bool Committed {get; set;}
[C++]
HRESULT get_Committed(
  VARIANT_BOOL Committed
);
[C++]
HRESULT put_Committed(
  Boolean* Committed
);
[C++]
Parameters
Committed [in]

Committed is a parameter of type bool Committed [out, retval]
Committed is a parameter of type bool*

Product Availability

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

See Also

IUploadItem Interface