Actions YAML Reference
|
Classes | |
class | ActionGroup |
Manages and runs a group of actions. More... | |
class | DataTarget |
Specifies the source or target of data. The source can be a variable, a template that contains variables, or an external file. More... | |
class | FileTarget |
Specifies the file system and path of the target file. More... | |
class | FolderTarget |
Specifies the file system and path of the target folder. More... | |
class | IntegrationAction |
Describes the common properties for Actions, Integrations, and ActionGroups. More... | |
class | AccountNamedFileSystem |
Specifies a file system that has a unique name to distinguish it from other file systems of the same type. Typically, this property is used with cloud and hosted file systems such as FTP, SFTP, and Dropbox. More... | |
class | FileFilter |
Specifies the filter properties to use to filter files. More... | |
class | RelativeFileSystem |
Relative to a parent folder. More... | |
class | RelativeToIntegrationFileSystem |
Relative to the folder of the saved integration file. See the variable %IntegrationFileFolder% More... | |
class | TemporaryStorageFileSystem |
Relative to a temporary folder. More... | |
Enumerations | |
enum class | ActionTextEncoding { WindowsDefault = 0 , UnicodeUTF8 = 65001 , UnicodeUTF16 = 1200 , UnicodeUTF16BE = 1201 , Arabic_8859_6 = 28596 , Arabic_1256 = 1256 , Baltic_8859_4 = 28594 , Baltic_8859_13 = 28603 , Baltic_1257 = 1257 , CentralEurope_8859_2 = 28592 , CentralEurope_1250 = 1250 , ChineseSimplified_GB2312 = 936 , ChineseSimplified_GB18030 = 54936 , ChineseTraditional_Taiwan_950 = 950 , Cyrillic_8859_5 = 28595 , Cyrillic_1251 = 1251 , Greek_8859_7 = 28597 , Greek_1253 = 1253 , Hebrew_8859_8 = 28598 , Hebrew_1255 = 1255 , Japanese_ShiftJIS = 932 , Korean_Hangeul_949 = 949 , Korean_Johab_1361 = 1361 , Thai_874 = 874 , Turkish_8859_9 = 28599 , Turkish_1254 = 1254 , USWesternEurope_1252 = 1252 , USWesternEurope_850 = 850 , USWesternEurope_8859_1 = 28591 , USWesternEurope_ASCII = 20127 , VietNam_1258 = 1258 , Binary = -899 } |
Specifies the encoding scheme that is used in various action properties. More... | |
|
strong |
Specifies the encoding scheme that is used in various action properties.