ArcObjects Library Reference (GeoDatabase)  

IWorkspaceFactoryFileExtensions.RelevantExtensions Property

Returns the complete set of delimited file extensions supported by this factory.

[Visual Basic .NET]
Public ReadOnly Property RelevantExtensions As String
[C#]
public string RelevantExtensions {get;}
[C++]
HRESULT get_RelevantExtensions(
  BSTR* extSet
);
[C++]

Parameters

extSet [out, retval]   extSet is a parameter of type BSTR

Product Availability

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

See Also

IWorkspaceFactoryFileExtensions Interface