Method | Description | |
---|---|---|
AddFilter ( |
Add the Filter Trows an exception if the Filter is already in added. |
|
AllowFile ( string file ) : bool |
Checks if the file matches the conditions imposed by the filters
|
|
Clone ( ) : object | ||
FileFilter ( ) : System | ||
GetFilter ( int index ) : |
Get the Filter
|
|
GetFilters ( |
Get all filters matching the specified Type
|
|
RemoveAllFilters ( ) : void |
Remove all filters
|
|
RemoveFilter ( |
Remove the Filter
|
Method | Description | |
---|---|---|
DisposeHelperObject ( ) : void | ||
EvaluateTree ( string file ) : bool | ||
EvaluateTreeRecursive ( |
||
ValidateTree ( ) : bool |
public AddFilter ( |
||
filter | ||
return | void |
public AllowFile ( string file ) : bool | ||
file | string | The file to check. |
return | bool |
public GetFilter ( int index ) : |
||
index | int | The index where the Filter is located. |
return |
public GetFilters ( |
||
filterType | The Type of the Filter. | |
return | SecureDelete.FileSearch.FilterBase[] |
public RemoveFilter ( |
||
filter | ||
return | bool |