VersionHistorySettingsHelperIsLimitLowerThanGlobal Method |
Returns true if the global setting value was greater than given setting.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 12.0.0
Syntaxpublic static bool IsLimitLowerThanGlobal(
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 created and thus the global setting will not apply anymore.
When comparing the values, zero and less represent unlimited version history length.
See Also