ThemeFilesCopy
Copies files within a theme, overwriting existing destination files.
Procedure-Specific Information
The following input can accept either a temporary table name or a JSON aggregate that matches the structure of the referenced table as a value.
- Files references the ThemeFilesCopyFileInputs temporary table.
ThemeFilesCopyFileInputs Temporary Table Columns
| Column Name | Type | Description |
| SrcFilename | String | The source file to copy from. |
| DstFilename | String | The destination file where the content is copied. |
Input
| Name | Type | Required | Description |
| ThemeId | String | True | The ID of the theme to copy files within. |
| Files | String | True | The files to copy. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| CopiedThemeFiles | String | The resulting theme files. |