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