CMSVersionGetVersion Method (Boolean, Boolean, Boolean, Boolean) |
Returns string representation of full hotfix 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 hotfix,
bool suffix
)
Parameters
- major
- Type: SystemBoolean
Major version - minor
- Type: SystemBoolean
Minor version - hotfix
- Type: SystemBoolean
Hotfix version - suffix
- Type: SystemBoolean
Version suffix
Return Value
Type:
StringSee Also