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


IUploadItem.Committed Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

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