com.esri.arcgis.geodatabase
Interface IWorkspaceFactoryFileExtensions

All Superinterfaces:
Serializable
All Known Implementing Classes:
OLEDBWorkspaceFactory

public interface IWorkspaceFactoryFileExtensions
extends Serializable

Provides access to members describing the set of extensions handled by the workspace factory.

Product Availability

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


Method Summary
 String getActivationExtensions()
          Returns the active set of delimited file extensions supported by this factory.
 String getRelevantExtensions()
          Returns the complete set of delimited file extensions supported by this factory.
 

Method Detail

getRelevantExtensions

String getRelevantExtensions()
                             throws IOException,
                                    AutomationException
Returns the complete set of delimited file extensions supported by this factory.

Product Availability

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

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

getActivationExtensions

String getActivationExtensions()
                               throws IOException,
                                      AutomationException
Returns the active set of delimited file extensions supported by this factory.

Product Availability

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

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