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


IDataConnectionPropertyPage2 Interface (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
ArcGIS Developer Help

IDataConnectionPropertyPage2 Interface

Provides access to members that control the Data connection property page.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method AttemptToDeleteExistingName 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.
Read/write property BrowseLocation Last location of the GxDialog.
Write-only property Callback Callback implementation (not mandatory).
Read/write property DatasetFilter Filter (optional) for the page. Determines what datasets are visible.
Write-only property DefaultName Default name when NewDataFile is true.
Read/write property DialogFilter Filter (optional) for the GxDialog.
Write-only property Enabled Indicates if all the window controls in the property page are enabled.
Read-only property Name User selected Name (ie, FeatureClassName, TableName).
Write-only property NewDataFile Indicates if the dialog is for new data.
Write-only property PromptName Prompt name. Default is to use 'Save As:' for saving and 'Choose:' for loading.
Write-only property ReturnDisplayTableName Indicates if a raw FDO or a display table name is returned when get_Name method is called.
Method SelectName Selects the name from the list.
Method SetFocus Sets the focus to the file name window.
Method SetUniqueDefaultName A Unique Default name when NewDataFile is true.
Write-only property ShowDropdown Indicates if existing data is shown in a dropdown.
Write-only property ShowNone Indicates if the option <None> is shown in a dropdown.
Write-only property Skip When NewDataFile is false, skip this table/featureclass in the ComboBox.
Write-only property Type Type of data we are getting or putting.

Classes that implement IDataConnectionPropertyPage2

Classes Description
DataConnectionPropertyPage Data Connection Property Page.