Description

Creates a set of list options linking to the attachments on the specified content.

Must be contained inside a List Data macro.

See the Using Attachments as Options guide for an example on how to use this macro.

Parameters

Name

Required

Migratable to Cloud?

Default Value

Description

content

  • (X)

  • NO

If specified, the page or other content the files are attached to. (e.g. "SPACEKEY:Page Name".) Defaults to the current page.

include

  • (X)

  • NO

Only include file names which match the specified regular expression.
Example: ".*txt" for all text files.

Note: ".*" is a Java Regular Expression for "any character of zero or more time occurrence".

exclude

  • (X)

  • NO

Exclude any file names which match the specified regular expression.
Example: ".*gif|.*jpg" to exclude all gif and jpg files.

Note: ".*" is a Java Regular Expression for "any character of zero or more time occurrence".

Editor View

Not applicable.

Macro Edit View

Not applicable.

Notes

Not applicable.

Tutorial Examples