com.esri.arcgis.geodatabase
Interface IVersion3

All Superinterfaces:
IVersion, IVersion2, Serializable

public interface IVersion3
extends IVersion2, Serializable

Provides access to members for managing a version.

Product Availability

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


Method Summary
 void deleteWithChildren()
          Permanently deletes the version and all it's children from the database.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersion2
createChild, getCommonAncestor, isRedefined
 
Methods inherited from interface com.esri.arcgis.geodatabase.IVersion
createVersion, delete, getAccess, getDescription, getVersionInfo, getVersionLocks, getVersionName, hasParent, refreshVersion, setAccess, setDescription, setVersionName
 

Method Detail

deleteWithChildren

void deleteWithChildren()
                        throws IOException,
                               AutomationException
Permanently deletes the version and all it's children from the database.

Product Availability

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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.