ArcObjects Library Reference (GeoDatabase)  

IVersionEdit.ModifiedClasses Property

All objects modified by the current and reconciled versions.

[Visual Basic .NET]
Public ReadOnly Property ModifiedClasses As IEnumBSTR
[C#]
public IEnumBSTR ModifiedClasses {get;}
[C++]
HRESULT get_ModifiedClasses(
  IEnumBSTR** classNames
);
[C++]

Parameters

classNames [out, retval]

  classNames is a parameter of type IEnumBSTR

Product Availability

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

Remarks

The read-only property ModifiedClasses returns an IEnumBSTR that can be used to iterate over the names of the tables that have been modified by the current version being edited and the target reconciled version.

This property should only be called after a Reconcile or the enumeration will be empty.

See Also

IVersionEdit Interface