NFileDialogFileType Class Members
In This Topic
The following tables list the members exposed by NFileDialogFileType.
Public Constructors
Public Properties
| Name | Description |
 | Description | Gets the human readable description associated with the file type (like "Nevron Text Files" for example). |
 | Extensions | Gets the extensions associated with the file type without the dot. For example: "docx", "html", "pdf", "rtf", etc. |
Top
Public Methods
| Name | Description |
 | IsMatch | Checks whether the given file name matches this file type. |
 | ToString | Gets the string representation of this file type. |
Top
See Also