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


IVersion3.DeleteWithChildren Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IVersion3.DeleteWithChildren Method

Permanently deletes the version and all it's children from the database.

[Visual Basic .NET]
Public Sub DeleteWithChildren ( _
)
[C#]
public void DeleteWithChildren (
);
[C++]
HRESULT DeleteWithChildren(
void
);

Product Availability

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

See Also

IVersion3 Interface