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


IVersionedObject3.SupportsMovingEditsToBase Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* CanMove
);
[C++]

Parameters CanMove [out, retval] CanMove is a parameter of type VARIANT_BOOL

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