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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public bool HandleBoundObjects { get; set; }
Property Value
Type:
BooleanSee Also