| Property | Description | Returns | 
|---|---|---|
| criteria | Get the criteria that should be passed to the filenames handler when searching for matching files | array | 
| orderBy | Get the order that should be applied when retrieving records | array | 
| limit | Get the limit for retrieving records | int | 
| offset | Get the offset when retrieving records | int | 
| outputFilename | string | |
| expires | Gets expires for this action in days. Value '5' means that file will be removed after 5 days after creation. | int | 
| type | Get the type of the action, which is the object name without namespace for the action | string | 
| displayType | Get Nice Name for Action Class | string | 
| availablePreviousActions | Get the available previous actions | Collection | 
| id | int | |
| name | string | |
| text | string | |
| position | int | |
| data | array | |
| created | DateTime | |
| modified | DateTime | |
| hook | Get the Hook this Action is assigned to | Hook | 
| parent | BaseAction | |
| published | DateTime | |
| published | bool | |
| containedInLoop | Check whether the action is contained in a loop | bool | 
| containingLoop | Get the loop this action is contained in | Loop | 
Hooks\Models\Api\MergeToPDFAction
MergeToPDFAction Entity