Interface IAllowedType
Interface for FileDialog restrictions on which file type(s) the user is allowed to select/enter.
public interface IAllowedType
Methods
- IsAllowed(string)
Returns true if the file at
path
is compatible with this allow option. Note that the file may not exist (e.g. in the case of saving).