Click or drag to resize
VersionHistorySettingsHelperIsLimitDecreased Method
Returns true if the original setting value was greater than the current one.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntax
C#
public static bool IsLimitDecreased(
	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 changed. When comparing the values, zero and less represent unlimited version history length.
See Also