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(
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