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