GuideReference
TrainingSupportCommunity
Guide

file_​extension

  • Property Manager name: File Extension
  • Criteria version: The v2024-05-31 rule format supports the file_​extension 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"}