Click or drag to resize
SynchronizationActionCanBeExecuted Method
Returns true if the action should be executed

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public bool CanBeExecuted(
	LogObjectChangeSettings settings
)

Parameters

settings
Type: CMS.DataEngineLogObjectChangeSettings
Action settings

Return Value

Type: Boolean
See Also