VersionInfo Class |
Namespace: CMS.CMSImportExport
public class VersionInfo : IComparable
The VersionInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | VersionInfo |
Constructor - Creates version info.
|
Name | Description | |
---|---|---|
![]() | BetaVersion |
Gets beta version.
|
![]() | HotfixVersion |
Gets hotfix version number.
|
![]() | IsBeta |
Indicates if version is beta.
|
![]() | IsNormal |
Indicates if version is normal.
|
![]() | IsRC |
Indicates if version is RC.
|
![]() | RCVersion |
Gets RC version.
|
![]() | SubVersion |
Gets sub version character.
|
![]() | Version |
Gets main version number.
|