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


IVersionedObject2.HasUncompressedEdits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedObject2 Interface > IVersionedObject2.HasUncompressedEdits Property
ArcGIS Developer Help

IVersionedObject2.HasUncompressedEdits Property

Indicates if the object has edits that haven't been compressed yet.

[Visual Basic .NET]
Public ReadOnly Property HasUncompressedEdits As Boolean
[C#]
public bool HasUncompressedEdits {get;}
[C++]
HRESULT get_HasUncompressedEdits(
  Boolean* HasUncompressedEdits
);
[C++]
Parameters
HasUncompressedEdits [out, retval]

HasUncompressedEdits is a parameter of type bool*

Product Availability

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

Remarks

The HasUncompressedEdits method returns a boolean value that represents if the dataset contains versioned edits that have not been compressed to the base state.

Knowing if the dataset contains any edits is important prior to unregistering the dataset as versioned.

See Also

IVersionedObject2 Interface