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


IDataConnectionPropertyPage2.AttemptToDeleteExistingName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > ID > IDataConnectionPropertyPage2 Interface > IDataConnectionPropertyPage2.AttemptToDeleteExistingName Method
ArcGIS Developer Help

IDataConnectionPropertyPage2.AttemptToDeleteExistingName Method

For save dialogs, attempt to delete the table/feature class. Returns successfully if the object is delete, S_FALSE if the user requested no, or the delete error.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IDataConnectionPropertyPage2 Interface