ArcObjects Library Reference (Catalog)  

IGxFileFilter.FindFileType Method

The index of the file type in the filter or -1.

[Visual Basic .NET]
Public Function FindFileType ( _
    ByVal Extension As String _
) As Integer
[C#]
public int FindFileType (
    string Extension
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxFileFilter Interface