Click or drag to resize
SynchronizationSettingsIncludeToSynchronizationParentDataSet Property
Determines whether the data of parent objects automatically includes child objects of the given type during synchronization (for example staging). Applies to object types that have a parent. Set one of the values from IncludeToParentEnum. The default value is Complete for object types that have the ParentObjectType and ParentID properties set in their type info.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IncludeToParentEnum IncludeToSynchronizationParentDataSet { get; set; }

Property Value

Type: IncludeToParentEnum
See Also