CSApplicationGetVersion Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns the version information for this instance of Content Studio server.

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string GetVersion { get; }

Return Value

Type: String

A string in the format Major.Minor.Build BuildDate

Example
@@Version@@ @@Date@@.

Remarks

This value is read from the appSettings section in the Content Studio service configuration file.
See Also

Reference