ObjectVersionManagerGetNewVersionNumber Method |
Gets new version number according to previous version number.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax public static string GetNewVersionNumber(
string oldVersionNumber,
bool isMajorVersion
)
Parameters
- oldVersionNumber
- Type: SystemString
Old version number - isMajorVersion
- Type: SystemBoolean
If true, the version number is considered major
Return Value
Type:
StringNew version number
See Also