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


IDataChanges.GetModifiedClassesInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface > IDataChanges.GetModifiedClassesInfo Method
ArcGIS Developer Help

IDataChanges.GetModifiedClassesInfo Method

Returns an enumeration listing of the feature classes and tables with edits.

[Visual Basic .NET]
Public Function GetModifiedClassesInfo ( _
) As IEnumModifiedClassInfo
[C#]
public IEnumModifiedClassInfo GetModifiedClassesInfo (
);
[C++]
HRESULT GetModifiedClassesInfo(
void
);

Product Availability

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

Remarks

The GetModifiedClassesInfo method returns an enumeration of the datasets that have been edited. For replicas (check-out replicas, two way and one way replicas), datasets that have been replicated but not edited are not included.

See Also

IDataChanges Interface