This document is archived and information here might be outdated. Recommended version. |
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*
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.