Property Manager Name: File Extension
Matches the requested filename’s extension, if present.
Options
- matchOperator (enum string): Matches the contents of values if set to IS_ONE_OF, otherwise, IS_NOT_ONE_OF reverses the match.
- values (array of string values): An array of file extension strings, with no leading dot characters, for example, png, jpg, jpeg, and gif.
- matchCaseSensitive (boolean): When enabled, the match is case-sensitive.