CMSVersionGetVersion Method (Boolean, Boolean, Boolean, Boolean, Boolean) |
Returns string representation of full system version. All parts of the version are optional.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public static string GetVersion(
bool major,
bool minor,
bool build,
bool revision,
bool suffix
)
Parameters
- major
- Type: SystemBoolean
Major version - minor
- Type: SystemBoolean
Minor version - build
- Type: SystemBoolean
Build number - revision
- Type: SystemBoolean
Revision number - suffix
- Type: SystemBoolean
Version suffix
Return Value
Type:
StringSee Also