Properties
| Property | Type | Description |
|---|---|---|
| filters | Array.<String> | An array of strings contains the filters (e. |
| matchingFilesBlocked | Boolean | If true (which is the default), then files that match the filters will be blocked. |
Property Details
filters :Array.<String>
- Description:
An array of strings contains the filters (e.g. ["*.exe", "*.bat"]).
An array of strings contains the filters (e.g. ["*.exe", "*.bat"]).
Type:
- Array.<String>
matchingFilesBlocked :Boolean
- Description:
If true (which is the default), then files that match the filters will be blocked. Otherwise, only files that match the filters will be permitted.
If true (which is the default), then files that match the filters will be blocked. Otherwise, only files that match the filters will be permitted.
Type:
- Boolean