AlteryxGetVersion
Last modified: July 08, 2021
AlteryxGetVersion AlteryxEngine API method returns the currently installed version of Alteryx as a string.
Returns the version as string in the format major.minor.revision.build. For example, 5.0.52.19109.
Method Declaration
const wchar_t* AlteryxGetVersion();
Example
wchar_t* version = AlteryxGetVersion();