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


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

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