Method | Description | |
---|---|---|
FileType ( string description, IEnumerable |
Initializes a new instance of the FileType class.
|
|
FileType ( string description, string fileExtension ) : System.Collections.Generic |
Initializes a new instance of the FileType class.
|
Method | Description | |
---|---|---|
CheckFileExtensions ( IEnumerable |
public FileType ( string description, IEnumerable |
||
description | string | The description of the file type. |
fileExtensions | IEnumerable |
A list of file extensions. Every string has to start with a '.' point. |
return | System.Collections.Generic |
public FileType ( string description, string fileExtension ) : System.Collections.Generic | ||
description | string | The description of the file type. |
fileExtension | string | The file extension. This string has to start with a '.' point. Use the string ".*" to allow all file extensions. |
return | System.Collections.Generic |