Attachment Options
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 |
|
| If specified, the page or other content the files are attached to. (e.g. "SPACEKEY:Page Name".) Defaults to the current page. | |
include |
|
| Only include file names which match the specified regular expression. Note: ".*" is a Java Regular Expression for "any character of zero or more time occurrence". | |
exclude |
|
| Exclude any file names which match the specified regular expression. 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.