AlteryxGetVersion

AlteryxGetVersion returns the currently installed version of Alteryx as a string.

Returns the version as string in the format major.minor.revision.build. Example: 5.0.52.19109.

Method declaration

const wchar_t* AlteryxGetVersion(); 

Example

wchar_t* version = AlteryxGetVersion();