Public Member Functions | |
| FileTypeEntry (string fileName, bool allowed) | |
| Initializes an instance of the object. | |
| FileTypeEntry (string fileName, bool allowed, bool ignoreCase) | |
| Initializes an instance of the object. | |
Properties | |
| string | Name [get] |
| Gets the filter extension name. | |
| bool | Allowed [get] |
| Gets whether filter extension is allowed or disallowed through the filter. | |
| bool | IgnoreCase [get] |
| Gets whether the filter comparision will be case-insensitive. | |
| Simias::Policy::FileTypeEntry::FileTypeEntry | ( | string | fileName, | |
| bool | allowed | |||
| ) | [inline] |
Initializes an instance of the object.
| fileName | Filename to use as a filter. Can be a regular expression. | |
| allowed | If true then all files that have extensions that match the fileNameExtension parameter will be allowed to pass through the filter. |
| Simias::Policy::FileTypeEntry::FileTypeEntry | ( | string | fileName, | |
| bool | allowed, | |||
| bool | ignoreCase | |||
| ) | [inline] |
Initializes an instance of the object.
| fileName | Filename to use as a filter. Can be a regular expression. | |
| allowed | If true then all files that have extensions that match the fileNameExtension parameter will be allowed to pass through the filter. | |
| ignoreCase | If true filter comparision will be case-insensitive. |
string Simias::Policy::FileTypeEntry::Name [get] |
Gets the filter extension name.
bool Simias::Policy::FileTypeEntry::Allowed [get] |
Gets whether filter extension is allowed or disallowed through the filter.
bool Simias::Policy::FileTypeEntry::IgnoreCase [get] |
Gets whether the filter comparision will be case-insensitive.
1.5.6