BasicFileFilter Members
From MCManager API
| MCManager API Reference |
| BasicFileFilter Members |
| BasicFileFilter Class Constructors Methods Properties See Also Send Feedback |
The BasicFileFilter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BasicFileFilter | Main constructor. |
Methods
| Name | Description | |
|---|---|---|
| Accept | Returns true or false if the file is accepted or not. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ExcludeDirectoryPattern | Maximum number of directory levels to accept. | |
| ExcludeFilePattern | Regexp pattern that is used to deny files path parts. | |
| ExcludeFiles | Comma separated string list of filenames to exclude. | |
| ExcludeFolders | Comma separated string list of foldernames to exclude. | |
| IncludeDirectoryPattern | Regexp pattern that is used to accept directory path parts. | |
| IncludeExtensions | Comma separated list of valid file extensions. | |
| IncludeFilePattern | Regexp pattern that is used to accept files path parts. | |
| IncludeFiles | Comma separated string list of filenames to include. | |
| IncludeFolders | Comma separated string list of foldernames to include. | |
| IncludeWildcardPattern | ||
| OnlyDirs | Only dirs are to be accepted in result. | |
| OnlyFiles | Only files are to be accepted in result. | |
| Reason | Status code why the accept failed. These status codes are defined as constants. |