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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IncludeToParentEnum IncludeToSynchronizationParentDataSet { get; set; }
Property Value
Type:
IncludeToParentEnumSee Also