[This is preliminary documentation and is subject to change.]
Gets the subset of SimisFormats appropriate for a given filename.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SimisProvider GetForPath( string fileName )
Public Function GetForPath ( _ fileName As String _ ) As SimisProvider
public: SimisProvider^ GetForPath( String^ fileName )
Parameters
- fileName (String)
- The filename with which to restrict the formats. Does not need the path.
Return Value
A SimisProvider which only has SimisFormats appropriate for the given filename.