ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* HasUncompressedEdits
);
[C++]

Parameters

HasUncompressedEdits [out, retval]   HasUncompressedEdits is a parameter of type VARIANT_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