Need better scanning performance?
FileFilter
Parameter FileFilter specifies a file name filter string, which determines which files are fetched.
JSON Structure
Location in template:
ImageSourceOptions
└── FileFilter
Parent object: ImageSource object
Example:
{
"FileFilter": "*.JPG"
}
- This snippet shows only the
FileFilterparameter.- To use it, embed this parameter within a ImageSource object.
- For the complete JSON structure, see:
Parameter Details
| FileFilter Parameter Details |
|---|
| Description A file name filter string |
| Type String |
| Value range One of the files extension name. For example: “*.BMP;*.JPG;*.GIF”, or “*.*”, etc. |
| Default Value ”” |