| CMSVersion Class |
Namespace: CMS.Base
public class CMSVersion
The CMSVersion type exposes the following members.
| Name | Description | |
|---|---|---|
| CMSVersion |
| Name | Description | |
|---|---|---|
| HotfixVersion |
Hotfix version.
| |
| MainVersion |
Version of the system, e.g. "8.0 RC"
| |
| Version |
Returns the system version.
| |
| VersionSuffix |
Suffix of the system version, e.g. "BETA"
|
| Name | Description | |
|---|---|---|
| GetFriendlySystemVersion |
Returns system version text.
| |
| GetVersion(Boolean, Boolean, Boolean, Boolean) |
Returns string representation of full hotfix version. All parts of the version are optional.
| |
| GetVersion(Boolean, Boolean, Boolean, Boolean, Boolean) |
Returns string representation of full system version. All parts of the version are optional.
| |
| IsBetaVersion |
Indicates if current version is BETA version.
|