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


IVersionedObject3.SupportsMovingEditsToBase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedObject3 Interface > IVersionedObject3.SupportsMovingEditsToBase Method
ArcGIS Developer Help

IVersionedObject3.SupportsMovingEditsToBase Method

Indicates if this object supports moving edits to base as a RegisterAsVersioned3 option.

[Visual Basic .NET]
Public Function SupportsMovingEditsToBase ( _
) As Boolean
[C#]
public bool SupportsMovingEditsToBase (
);
[C++]
HRESULT SupportsMovingEditsToBase(
void
);

Product Availability

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

Remarks

The SupportsMovingToBase property returns a boolean which represents if the current dataset supports this versioning property. Complex datasets like those involved in a topology or geometric network will not support moving edits to the base table to the base table when versioned.

See Also

IVersionedObject3 Interface