Click or drag to resize
VersionHistorySettingsHelperIsLimitHigherThanGlobal Method
Returns true if given setting was greater than the global setting value.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static bool IsLimitHigherThanGlobal(
	SettingsKeyInfo setting
)

Parameters

setting
Type: CMS.DataEngineSettingsKeyInfo
Settings key representing version history length limit.

Return Value

Type: Boolean
Remarks
Use when given setting is being removed and thus the global setting will apply from now on. When comparing the values, zero and less represent unlimited version history length.
See Also