|
Actions YAML Reference For BarTender Cloud
|
| CAddFilesToArchiveAction | Adds one or more files from a folder to an archive |
| CDataTarget | Specifies the source or target of data. The source can be a variable, a template that contains variables, or an external file |
| CExtractFilesFromArchiveAction | Extracts one or more files from an archive to a specified folder |
| CFileFilter | Specifies the filter properties to use to filter files |
| CFileTarget | Specifies the file system and path of the target file |
| CFolderTarget | Specifies the file system and path of the target folder |
| CForEachFileInArchiveActions | Runs a group of one or more actions for all files in an archive folder that match a specified filter |
| CForEachFileInFolderActions | Runs a group of one or more actions for all files in a folder that match a specified filter |
| CIntegrationAction | Describes the common properties for Actions |
| CActionGroup | Manages and runs a group of actions |
| CCaseActions | Defines the Case action group and runs the group of actions when the case condition is met. For more information, see ActionGroup and SelectCaseAction |
| CConditionActions | Runs either actions for true or actions for false based on the result of the condition |
| CForLoopActions | Runs the actions in the group for the specified loop by incrementing or decrementing the variable |
| CSelectCaseAction | Evaluates which Case subactions to run, according to their specified conditions |
| CWhileLoopActions | Continues to run the actions in the group as long as the condition is satisfied |
| CCopyFileAction | Copies one or more files from one location to another |
| CMoveFileAction | Moves one or more files from one location to another |
| CCreateFolderAction | Creates a folder |
| CDeleteFileAction | Deletes one or more files |
| CDeleteFolderAction | Deletes a folder |
| CFolderAction | Defines a common base class for CopyFolderAction, MoveFolderAction and RenameFolderAction |
| CCopyFolderAction | Copies a folder to another folder location |
| CMoveFolderAction | Moves a folder from one location to another |
| CRenameFolderAction | Renames a folder |
| CGoToAction | Jumps to a specific action to continue processing |
| CIncrementVariableAction | Increments the variable by a specified value |
| CDecrementVariableAction | Decrements the variable by a specified value each time the action is run |
| CPrintActionBase | Defines a common base class for PrintBTWAction, PrintBTXMLScriptAction, and PrintPDFAction |
| CBarTenderProcessAction | Prints one or more BarTender documents by using BTXML script |
| CPrintBTWAction | Prints a BarTender document |
| CPrintPDFAction | Prints a PDF document |
| CReadFileAction | Reads the content of a file on any supported file system |
| CRenameFileAction | Renames a file |
| CSendEmailAction | Sends an email message |
| CSendWebServiceRequestAction | Sends an HTTP request to a web service (REST or SOAP) |
| CSetMultipleVariablesAction | Sets the value of one or more variables |
| CSetVariableAction | Sets the value of one variable |
| CStopAction | Stops all actions in the current integration |
| CStringTransformAction | Performs a transform action on a string, such as "search and replace". The following actions are available: |
| CWaitAction | Specifies a time period that elapses before the action finishes. You can use this action to create a pause in sequential actions |
| CWriteFileAction | Writes content to a file |
| CWriteMessageToLogAction | Sends information to the message log |
| CXslTransformAction | Transforms a custom or proprietary XML format by using an XSLT stylesheet |
| CMailLinkedResource | Represents an alternate email body view linked resource |
| CMediaHandling | Specifies the media handling settings for the printer, which vary depending on the printer's capability |
| CRelativeFileSystem | Relative to a parent folder |
| CRelativeToIntegrationFileSystem | Relative to the folder of the saved integration file. See the variable %IntegrationFileFolder% |
| CTemporaryStorageFileSystem | Relative to a temporary folder |