Click or drag to resize
ObjectTypeInfoIncludeToSynchronizationParentDataSet Property

Note: This API is now obsolete.

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: 9.0.0
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use SynchronizationSettings.IncludeToSynchronizationParentDataSet instead.")]
public IncludeToParentEnum IncludeToSynchronizationParentDataSet { get; set; }

Property Value

Type: IncludeToParentEnum
See Also