Actions YAML Reference
Namespaces | Classes | Enumerations
BarTender.Services.Integrations Namespace 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...
 

Enumeration Type Documentation

◆ ActionTextEncoding

enum ActionTextEncoding
strong

Specifies the encoding scheme that is used in various action properties.

Enumerator
WindowsDefault 

Windows System Default.

UnicodeUTF8 

Unicode (UTF-8)

UnicodeUTF16 

Unicode (UTF-16)

UnicodeUTF16BE 

Unicode (UTF-16, big-endian)

Arabic_8859_6 

Arabic (ISO 8859-6)

Arabic_1256 

Arabic (Windows-1256)

Baltic_8859_4 

Baltic (ISO 8859-4)

Baltic_8859_13 

Baltic (ISO 8859-13)

Baltic_1257 

Baltic (Windows-1257)

CentralEurope_8859_2 

Central Europe (ISO 8859-2)

CentralEurope_1250 

Central Europe (Windows-1250)

ChineseSimplified_GB2312 

Chinese Simplified (GB 2312, 936)

ChineseSimplified_GB18030 

Chinese Simplified (GB 18030)

ChineseTraditional_Taiwan_950 

Chinese Traditional (Taiwan, Big5, 950)

Cyrillic_8859_5 

Cyrillic (ISO 8859-5)

Cyrillic_1251 

Cyrillic (Windows-1251)

Greek_8859_7 

Greek (ISO 8859-7)

Greek_1253 

Greek (Windows-1253)

Hebrew_8859_8 

Hebrew (ISO 8859-8)

Hebrew_1255 

Hebrew (Windows-1255)

Japanese_ShiftJIS 

Japanese (Shift JIS, 932)

Korean_Hangeul_949 

Korean (Hangul, 949)

Korean_Johab_1361 

Korean (Johab, 1361)

Thai_874 

Thai (Windows-874)

Turkish_8859_9 

Turkish (ISO 8859-9)

Turkish_1254 

Turkish (Windows-1254)

USWesternEurope_1252 

US, Western Europe (ANSI, 1252)

USWesternEurope_850 

US, Western Europe (DOS, 850)

USWesternEurope_8859_1 

US, Western Europe (ISO 8859-1)

USWesternEurope_ASCII 

US, Western Europe (7-bit, ASCII)

VietNam_1258 

Vietnam (Windows-1258)