fileExtension

  • Property Manager name: File Extension
  • Criteria version: The v2024-10-21 rule format supports the fileExtension criteria v1.1.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

Matches the requested filename's extension, if present.

OptionTypeDescriptionRequires
match​Operatorenum

Matches the contents of values if set to IS_​ONE_​OF, otherwise IS_​NOT_​ONE_​OF reverses the match.

{"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"}
IS_​ONE_​OF

Matches any of the specified values.

IS_​NOT_​ONE_​OF

Does not match any of the specified values.

valuesstring array

An array of file extension strings, with no leading dot characters, for example png, jpg, jpeg, and gif.

{"displayType":"string array","tag":"input","todo":true}
match​Case​Sensitiveboolean

Sets a case-sensitive match.

{"displayType":"boolean","tag":"input","type":"checkbox"}