Skip to main content
.NET 6.0+

FileTypeFilterAttribute Constructors

Applied to file data business classes, interfaces and their properties. Specifies a file type filter which appears in the Open dialog’s “Files of type” box.
Name Parameters Description
FileTypeFilterAttribute(String, Int32, String[]) filterID, index, extensions Initializes a new instance of the FileTypeFilterAttribute.
FileTypeFilterAttribute(String, String, Int32, String[]) filterID, filterCaption, index, extensions Initializes a new instance of the FileTypeFilterAttribute.
FileTypeFilterAttribute(String, String, String[]) filterID, filterCaption, extensions Initializes a new instance of the FileTypeFilterAttribute.
FileTypeFilterAttribute(String, String[]) filterID, extensions Initializes a new instance of the FileTypeFilterAttribute.
See Also