Click or drag to resize
SynchronizationObjectSettingsHandleBoundObjects Property
If false, all bound objects (such as children or all types of bindings) are not being handled. If true, handling of these objects is determined by more specific settings (such as IncludeChildren, IncludeBindings, etc.)

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool HandleBoundObjects { get; set; }

Property Value

Type: Boolean
See Also