type

Last update: 2023-11-03
  • Created for:
  • Developer
    User

Static content type filter. Specifies a filter string for static content delivered by way of /is/content.

type= *val*

val

Type filter string.

The server compares val with the value of catalog::Type of the requested static content item. The item is returned to the client if the values match (case-sensitive), otherwise an error is returned.

Properties

Only supported for static content (non-image) requests served by way of. Ignored if catalog::Type is empty or not defined.

Default

No type matching is applied if type= is not specified or is empty.

See also

Serving Static (Non-Image) Contents, catalog:::UserType

On this page