Click or drag to resize

SettingsObjectGetCurrentVersion Method

Returns current version in format YYss where YY is major and ss is minor, e.g. 2401 for CT 2024 SP1.

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public static int GetCurrentVersion()

Return Value

Int32
Current version in format YYss where YY is major and ss is minor, e.g. 2401 for CT 2024 SP1.
Revision History
DateVersionDescription
-2024 SP1First Release
See Also