Click or drag to resize
ObjectVersionManagerGetNewVersionNumberInternal Method
Gets new version number according to previous version number.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetNewVersionNumberInternal(
	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: String
New version number
See Also