OpenWGA 7.10 - TMLScript reference

WGA
Object:

WGA.Base64

Description

Creates an object to do encode/decode to/from Base64.

Available since version 7.9.0

Retrieval Global object WGA.Base64
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events
Properties and methods
Name Purpose
decode(text) Decodes the given text from Base64 String
encode(input) Encodes the given input into Base64 String